gpt4 book ai didi

javascript - IE7 和状态栏

转载 作者:行者123 更新时间:2023-11-30 10:56:56 24 4
gpt4 key购买 nike

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

最佳答案

否。 Microsoft 决定“以安全的名义” ( IE Blog Link ) 他们将强制在 IE7 的弹出窗口中显示状态栏。 (他们还强制使用 ~250px 的新最小宽度,而不是过去的 100px - 这样他们就可以在只读下拉位置栏中显示 url)

对不起。

关于javascript - IE7 和状态栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/217357/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com