弹出窗口仅在空白屏幕上不显示内容

发布于 2024-11-02 13:52:58 字数 624 浏览 0 评论 0原文

我正在尝试制作一个在 IE8 32 位上运行的 JavaScript 弹出窗口,以下示例在同一台计算机上的多个浏览器(包括 IE8 64 位)上运行没有任何问题

弹出示例

在 IE8 32 位上,一切都会导致空白屏幕,并带有旋转的鼠标图标,我应该怎样做才能使我的 JavaScript 在 IE8 上运行。

window.open("http://google.com",'popup_window','width=810,height=480,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes')

确切的问题在此线程中描述 ie8 不会加载弹出链接

I am trying to make a JavaScript popup which function on IE8 32 bits, the following examples run without any problem on several browsers including IE8 64 bits on the same computer

pop up examples

On IE8 32 bits everything results in a blank screen with a spinning mouse icon, what should I do to make my JavaScript run on IE8.

window.open("http://google.com",'popup_window','width=810,height=480,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes')

The exact problem is described in this thread
ie8 wont load popup links

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

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

发布评论

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

评论(1

旧时光的容颜 2024-11-09 13:52:58

最后解决问题,当您重新注册 IEPROXY.DLL 时,一切都会按设计开始工作,

  • 单击开始 -->运行
  • 输入regsvr32 IEPROXY.DLL
  • ,然后单击确定

Finaly fix the problem when you re-register IEPROXY.DLL everything start working as designed

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