RE: Easiest way to disable the ENTER key on a from

2003-01-24 Thread wiggins
On Fri, 24 Jan 2003 09:13:32 -0600, "Liebert, Sander" <[EMAIL PROTECTED]> wrote: > I would like to disable the RETURN key on my form so users cannot > accidentally submit it before they are finished. I have if statements that > check to see if all

Easiest way to disable the ENTER key on a from

2003-01-24 Thread Liebert, Sander
I would like to disable the RETURN key on my form so users cannot accidentally submit it before they are finished. I have if statements that check to see if all the fields have input, but many users will complain since they are used to hitting RETURN instead of TAB. The submit button will need to o