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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatically jump into next data entry field

Status
Not open for further replies.

920506

Programmer
Joined
Jun 13, 2003
Messages
201
Location
US
Hi all,
In asp form, is there any easy way to make the data entry a little bit easier?
when a user finish a data entry in one field, it automatically jump into next data entry field.

Thank you
 
Sure, it's not that hard. A Javascript function can be called every key press and check the length of the text in the text input. If the length is the maximum you send it, set the focus on the next text input you want to jump to.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top