How to remove IE toolbar and menu bar

牧云@^-^@ 提交于 2020-01-25 20:37:07

问题


We have a asp.net web application which will be used in an intranet environment on IE 6. We want to change the default configuration of the browser so that it's always rendered without the Tool Bars, Menu Bars and Address Bar, just the browser window frame and the status bar should be present.

We were looking at the IEAK toolkit for IE6 but it doesn't seem to have the option of turning all this off though you can turn off certain menus and toolbar options.

Any ideas of how this can be done, is there a group policy setting or something that we can utilize here to get this done?

Thanks for your help.


回答1:


You have to handle the showing of toolbars, address bar,... before the page is loaded, because it's built client side.

So to solve your problem, I think you should write the first page (Enter page for example) Then when use click on the Enter link you open another page using VBScript or Javascript to remove toolbars, address bar,...

Hope this helps ^^




回答2:


Have you investigated Kiosk Mode?

Also, you're deploying IE6 at the wrong end of its lifecycle.

It also sounds like your requirement is for an app you're developing; mandating that the browser is configured this way for all sites might make the customers unhappy. If you want to know how to open a browser window without those things for your site, from your site, I'd suggest a repost to StackOverflow.



来源:https://stackoverflow.com/questions/5351417/how-to-remove-ie-toolbar-and-menu-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!