You could also just use a simple onSubmit alert that verifies that someone hitting enter really does want to submit the form. They can still use enter if they like, but if that's not what they meant, then they can cancel.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Bailey, Neal > Sent: Tuesday, December 02, 2003 11:19 AM > To: '[EMAIL PROTECTED]' > Subject: RE: disable "enter" button submitting form > > > Hey Jason, > > Try this link. > http://www.dynamicdrive.com/dynamicindex16/disableenter.htm > > Simple JavaScript to disable the enter key. > > Neal Bailey > Internet Marketing Manager > UGA-Association Field Services > E-mail: [EMAIL PROTECTED] > > > -----Original Message----- > From: Jason Baird [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 11:16 AM > To: [EMAIL PROTECTED] > Subject: disable "enter" button submitting form > > > >I have a cold fusion form with a submit button for entering orders. > > People in the field are constantly hitting the "enter" button before > finishing the form. When they hit "enter" it submits the form even though > they are not finished filling out the whole form.(which is normal I know, > but it is easier to change the code than get these people not to hit the > enter button before they are done.) > > What are the various options to solve this issue? It should not submit > when > they hit enter, but only when they click on the submit button. > > > > Jason Baird > WebOutsourcing.com > http://www.weboutsourcing.com > 214-570-8336 > > > > > ----------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To unsubscribe: > Send UNSUBSCRIBE to [EMAIL PROTECTED] > To subscribe / unsubscribe: http://www.dfwcfug.org > ----------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To unsubscribe: > Send UNSUBSCRIBE to [EMAIL PROTECTED] > To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
