prevent a form from being submitted while pressing enter key [duplicate]
问题 This question already has answers here : Prevent users from submitting a form by hitting Enter (31 answers) Closed 3 years ago . how can we prevent a form from being submitted while pressing enter key. Actually I have a text box and on entering a value on that textbox and clicking enter the textbox2 will get focused. By default on clicking the enter button the form will get submitted. So I can not get the out put. I wrote return false on onclick event of the submit button then it works. So I