ModalDialog 在 IE 8 中已被废弃吗?
我有一个旧的 Asp 经典 CMS 应用程序,为多个网站提供支持。它使用模式对话框并且仅适用于 Internet Explorer。现在它们在 IE8 中不再起作用。原因是什么?
I have an old Asp classic CMS application that powers several websites. It uses modal dialogs and only works in Internet Explorer. Now they don't work anymore in IE8. What is the cause?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的用户将您的站点添加到受信任站点列表中,或者将保护模式设置为关闭,它应该仍然有效。
他们显然为了符合标准而更改了 showModalDialog 的安全设置,这很讽刺,因为 showModalDialog 没有公共标准。
It should still work if your users either add your site to the list of trusted sites, or else set Protected Mode to OFF.
They apparently changed the security settings for
showModalDialog
in the interest of conforming to the standards, which is ironic because there is no public standard forshowModalDialog
.