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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.