Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE8中window.open的正确用法是什么?
window.open('prova.php','prova','width=350,height=250');
Firefox 好用,IE8 不好用
IE8 有一个原生的弹出窗口拦截器。您必须手动启用弹出窗口。您可以尝试不使用 window.open 而是在页面中以模式的形式注入 html。
window.open跨浏览器工作。而且您的代码在 IE8 中也适用于我。可能是其他原因,例如您的弹出窗口被阻止,请检查设置以防万一。
window.open
查看: