javascript_howto thread: how to disable the ENTER key
I had to disable the enter key in a form once because when the user was pressing enter an error was occuring (never did figure out why!) Anyway, try this, if you put onSubmit="return false;" into the FORM tag, then when the user presses enter it will do nothing
|





