I want to force the users to click submit to submit the forms. How do I
disable "Enter Key" which will submit the form automatically when they
entered the data in text field then pressed "enter key"
Out of curiosity, why?
I've noticed a lot of times, people who want to do this have put code in the
onClick of the submit button when it should really go in the onSubmit of the
form.
If using the enter key breaks your form and you feel the user MUST click a
button, and your users are known to have script enabled (intranet, etc), the
best way to prevent form submission with the enter key is to simply not
supply a submit button, action, or method at all. Have a normal button that
sets those values and submits when clicked (and keypress if you need to meet
accessibility guidelines). This is a great way to require script and a great
way to really piss off internet users.

Works well for intranet apps,
though.
--
--
~kaeli~
If a chicken and a half can lay an egg and a half in a day
and a half, how long would it take for a monkey with a
wooden leg to kick the dill seeds out of a pickle?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace