Do you have a tabindex set? <FORM action="..." method="post"> <P> <INPUT tabindex="1" type="text" name="field1"> <INPUT tabindex="2" type="text" name="field2"> <INPUT tabindex="3" type="submit" name="submit"> </P> </FORM> Cheers! Mark > -----Original Message----- > From: purnima das [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 13, 2001 12:12 PM > > hi, > > the problem that i am facing is pretty simple, i have a servlet > that is > currently generating an HTML page, the page in turn has few > controls like > some labels and textfield....! i am using HTML, JavaScript, and > Servlet > ofcourse.....! my problem that i am facing is when i tab out of > the first > control (i.e. the first textfield), the cursor instead of going > to the > second control (i.e. the second textfield), it goes back to the > link that > invoked this servlet,....! > > i want my tab to move in sequece with the controls present on > this page, how > do i acheive it, ...? > > have a good day > purnima ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
