简体   繁体   English

如何使用JavaScript在IE9中启用工具栏?

[英]how to enable tool bar in IE9 using JavaScript?

I am using IE 9 . 我正在使用IE 9。 I need to enable tool bar in IE 9 using JavaScript toolbar=yes while opening a new window. 打开新窗口时,我需要使用JavaScript toolbar=yes在IE 9中启用工具栏。

window.open('NZFReferenceSelector.aspx?RefID=' + refID, '_self', 'toolbar=yes', false);

It works in IE7. 它可以在IE7中使用。

it shows tool bar with out left and right arrows. 它显示了没有左右箭头的工具栏。 how to get arrows? 如何获得箭头?

Application developed in vs2010. 在vs2010中开发的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM