Hey guys,
The enter key is causing me a few problems. Recently to get around this, I have been adding onkeydown="enterTab();" to every control, but that is starting to get kind of annoying.
Do I have any other options?
Thanks!
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
This returns false only if the enter key is pressed.
If you have any textarea in the form, then you need to remove the onkeypress from the form and apply it on the appropriate input elements only.>