[thelist] [javascript] Suppressing enter key form submission

gabriel rivera thelist at lists.evolt.org
Tue Feb 18 22:44:01 2003


Hi,

I'm writing some javascript that submits a form into a new window.

When the user hits 'enter' instead of clicking submit, the onClick never
fires and the form posts into the main window.

Any way to suppress the 'enter' key, or maybe use an onSubmit instead?


Thanks,

Gabriel