Submit Button problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form with multiple fields, but I am finding that when a user
presses ENTER instead of TAB or clicking in the next field, it is submitting
the data. How can I make the Submit button not activate with the ENTER key?
I want the user to have to mouse-click on the button to submit. OR, can I
somehow not allow the SUBMIT to work unless all fields are populated? Thanks.
 
You can apply validation to each field that will not let the form submit until the fields
have entries in them.

you might also place a note on the page about "Not" using the enter key.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
You're welcome.

;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top