显示自定义对话框时禁用 IE 菜单

发布于 2024-08-11 20:17:59 字数 106 浏览 4 评论 0原文

有没有办法在显示自定义对话框/窗口时禁用 IE 的 UI(例如文件菜单)?我所追求的与您 alert() 某些内容时发生的情况类似:浏览器 UI 无法与警报框后面进行交互。

Is there a way to disable IE's UI (e.g. the File Menu) when showing a custom dialog/window? What I'm after is similar to what happens when you alert() something: the browser UI cannot be interacted with behind the alert box.

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

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

发布评论

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

评论(2

韬韬不绝 2024-08-18 20:17:59

您想要的称为对话框,JQuery 有一个很好的对话框

What you want is called a dialog, and JQuery has a good one.

嘿嘿嘿 2024-08-18 20:17:59

不幸的是,你想要的东西是不可能实现的。 alertconfirm 都 (1) 暂停当前正在执行的 JavaScript,并且 (2) 充当浏览器的模式对话框。没有其他方法可以模拟这种行为。

Unfortunately what you want isn't going to be possible. alert and confirm both (1) pause the currently executing javascript and (2) act as modal dialogs for the browser. There is no other way to simulate this behavior.

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