开发者

status bar not visible in ie9

开发者 https://www.devze.com 2023-02-21 22:20 出处:网络
IE9 by default does not show status bar.Users can make it visible by going into the View/Toolbars menu, but how can we set this programmatically client side?

IE9 by default does not show status bar. Users can make it visible by going into the View/Toolbars menu, but how can we set this programmatically client side?

I tried passing status=1 in window.open method but it does 开发者_开发知识库not work.


status=yes should do the trick... you can find this kind of stuff out faster with google.

0

精彩评论

暂无评论...
验证码 换一张
取 消