How to prevent submit and call a webservice on Enter keypressed in a textbox?
Is there a simple way to turn off form submit behaviour of the page when ENTER is pressed
while I am focused to textbox? What I want to achieve is to call a web-service without submiting the pa开发者_Go百科ge when ENTER is pressed in a specific textbox in my aspx page?
Thanks!
Since this is tagged as JavaScript and not JQuery: http://www.cs.tut.fi/~jkorpela/forms/enter.html
That's the first link at http://www.google.ee/search?sourceid=chrome&ie=UTF-8&q=prevent+enter+on+forms+javascript
精彩评论