furma
10-22-2005, 08:04 AM
I wrote a script that runs under the 'onkeyup' event on an inputbox and counts how many characters have been written in the inputbox.
If the number of characters is higher than X, it automatically moves to the next inputbox using the select() function.
I have a problem when I press on TAB and the next inputbox already contains X characters, it automatically moves it to the next next inputbox.
I need the 'onkeyup' event to ignore the TAB key.
How do you do that?
If the number of characters is higher than X, it automatically moves to the next inputbox using the select() function.
I have a problem when I press on TAB and the next inputbox already contains X characters, it automatically moves it to the next next inputbox.
I need the 'onkeyup' event to ignore the TAB key.
How do you do that?