Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: how to disable the ENTER key


Message #1 by "Phil Kimble" <phillip.a.kimble@g...> on Mon, 26 Nov 2001 21:08:22
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

  Return to Index