Re: displaying 5th record

2003-06-04 Thread Amit Gautam
select top 5 from .. order by salary desc - Original Message - From: Priti Chhetri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 6:27 PM Subject: Re: displaying 5th record thanks Raju, But my requirement is to get only 5 records as there may thousand

problem using chart component

2003-03-04 Thread Amit Gautam
i m facing a problem while using a chart component in the Linux environment. it says error connecting to X11 server, problem in DISPLAY setting:locahost:0.0 any ideas? ==To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: hi pblm in JSP form

2003-01-07 Thread Amit Gautam
shd be choose[n] instead of choose[i] - Original Message - From: Adrian Janssen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 1:56 PM Subject: Re: hi pblm in JSP form /option missing -Original Message- From: arun s [SMTP:[EMAIL PROTECTED]] Sent:

XALAN - UNIX : a problem in JSP

2002-12-29 Thread Amit Gautam
data we are getting a non-null empty XML DOM object. Can anyone throw light on this? thanks in advance Amit Gautam === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

XALAN Parser - A Problem

2002-12-25 Thread Amit Gautam
to rectify this, any workaround? can we use any other parser same as XALAN but not having this limitation. Is this a parser limitation or something else?? Also, is this applicable to the Linux / Unix environment as well? Thanks in advance Amit Gautam

Re: how to compare values in javascript

2002-12-25 Thread Amit Gautam
try document.formname.comboboxname.options[document.formname.comboboxname.select edIndex].value == xyz - Original Message - From: Abdul jeelani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 11:01 AM Subject: how to compare values in javascript Hi, I need

Re: how to compare values in javascript

2002-12-25 Thread Amit Gautam
while defining the combo box, please use quotes to enclose the values of the options - Original Message - From: Amit Gautam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 12:07 PM Subject: Re: how to compare values in javascript try