【发布时间】:2010-09-18 01:22:09
【问题描述】:
有没有办法在 IE7 中通过 javascript 生成一个隐藏状态栏的新窗口?
我已将 Intranet 应用程序添加为受信任的站点。不知道我还能用什么来尝试。这是我的 JS
window.open("http:/localhost/start.html", "MyApp", "left=0, top=0, width=" + screen.width + "," +
"height=" + screen.height + ", scrollbars=yes, " +
"resizable=yes, location=no, menubar=no, titlebar=no, " + "toolbar=no, status=no");
【问题讨论】:
标签: javascript internet-explorer-7 popup statusbar