如何在按“enter”键时将焦点转移到按钮上键盘上的键

发布于 2024-09-02 07:10:22 字数 103 浏览 6 评论 0原文

我有一个带有两个按钮的 aspx 页面,“关闭”和“提交”按钮。当我按键盘中的 Enter 键时,焦点会自动转到“关闭”按钮并关闭页面。相反,我希望焦点集中在按键盘上的回车键后的“提交”按钮。

i have a aspx page with two buttons,"close" and "submit" button.when i press the enter key in the keyboard the focus automatically goes to "close" button and closes the page.Instead i want the focus to be focused on the "submit" button on pressing the enter key in the keyboard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巴黎夜雨 2024-09-09 07:10:22

在框架上设置 defaultbutton 属性:

<form id="form1" runat="server" defaultbutton="btnID">

http://forums.asp.net /t/985791.aspx

Set defaultbutton property on your frame:

<form id="form1" runat="server" defaultbutton="btnID">

http://forums.asp.net/t/985791.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文