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.
there is any way to remove status bar from IE8 browsers using javascript or jquery or someting else.
Thank you!
该window.open方法接受可选的参数,允许您禁用 IE 中的状态栏
window.open
window.open('/yourpage.html','_blank','status=no');
(在没有状态栏的新窗口中打开 yourpage.html)
请注意,这仅适用于受信任的站点。
如果您的网站不受信任,则用户必须明确启用
允许网站打开没有地址或状态栏的窗口
在 Internet 站点区域安全设置中