弹出窗口仅在空白屏幕上不显示内容
我正在尝试制作一个在 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
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后解决问题,当您重新注册 IEPROXY.DLL 时,一切都会按设计开始工作,
Finaly fix the problem when you re-register IEPROXY.DLL everything start working as designed