PGTibs Posted February 10, 2009 Share Posted February 10, 2009 I've had a look and the only visible way to stop a form from submitting on the enter key pressed is javascript, however, upon using onkeydown='return event.keyCode != 13 && event.which != 13;' The textarea wont move down another line. Is there a way to make the textarea move down lines, add those extra lines too the sql database AND disable enter key submitting the form? Thanks Quote Link to comment Share on other sites More sharing options...
webster08 Posted February 10, 2009 Share Posted February 10, 2009 start here: http://www.google.com/search?hl=en&q=javascript+disable+enter+key&btnG=Google+Search Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.