如何防止在文本框中按下 Enter 键时提交和调用 Web 服务?
按下 ENTER 键时,是否有一种简单的方法可以关闭页面的表单提交行为
当我专注于文本框时 ?我想要实现的是,当在我的 aspx 页面中的特定文本框中按下 ENTER 时,调用 Web 服务而不提交页面?
谢谢!
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 page when ENTER is pressed in a specific textbox in my aspx page?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于它被标记为 JavaScript 而不是 JQuery:http://www.cs。 tut.fi/~jkorpela/forms/enter.html
这是第一个链接 http://www.google.ee/search?sourceid=chrome&ie=UTF-8&q=prevent+enter+on+forms+javascript< /a>
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