Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I auto tab in a form

Status
Not open for further replies.

biscuit1

Programmer
Joined
Apr 4, 2002
Messages
15
Location
US
I'm working on some forms at work, and I'm looking for a way that the user can fill each field then automatically the cursor will tab to the next field. HELP!
 
you can set the tab index with basic HTML
tabindex="1" etc....

you can run a function to check the length of the values being entered on key events if you want a certain amoutn of data entered and then tab to the next field but other then that your dynamic features with the tabbing are limited to that.

_________________________________________________________
for the best results to your questions: FAQ333-2924
01001111 01101110 01110000 01101110 01110100
onpnt2.gif
[/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top