如何停止“window.showModalDialog”打开第二个窗口?

发布于 2024-09-27 00:18:32 字数 252 浏览 1 评论 0原文

在微软的文档中,我找不到有关如何禁用此功能的问题的答案。

设置是我打开一个浏览器,它调用 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 技术交流群。

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

发布评论

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

评论(1

深陷 2024-10-04 00:18:32

这对我有用:

<base target="_self" />

This worked for me:

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