状态栏在ie9中不可见
IE9默认不显示状态栏。用户可以通过进入“视图/工具栏”菜单使其可见,但我们如何以编程方式在客户端进行设置?
我尝试在 window.open
方法中传递 status=1
但它不起作用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
status=yes
应该可以解决问题...您可以通过谷歌更快地找到此类内容。status=yes
should do the trick... you can find this kind of stuff out faster with google.