有没有办法通过 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");