如何停止“window.showModalDialog”打开第二个窗口?
在微软的文档中,我找不到有关如何禁用此功能的问题的答案。
设置是我打开一个浏览器,它调用 window.showModalDialog
。用户在弹出窗口中输入内容并提交后,将从弹出窗口中打开一个新窗口。
我不希望从原来的结果中弹出一个新窗口。结果应提交回调用第一个弹出窗口的原始浏览器窗口。
我已经使用 Mozilla 和 IE8 完成了此任务,但希望使我的实现向后兼容其他 Internet Explorer 版本。
In Microsoft's documentation I can't find the answer to my question on how to disable this feature.
The setup is that I have a browser open, that invokes the window.showModalDialog
. After the user enters input in the popup window and submits a new window is opened from the pop-up.
I do not want the results from the original pop-up to open a new window. The results should be submitted back to the original browser window that invokes the first pop-up.
I've accomplished this with Mozilla and IE8, but want to make my implementation backwards compatible with other Internet Explorer versions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我有用:
This worked for me: