Jump to content

How to hide IE toolbars and menubars in .Net?


Guest RNM

Recommended Posts

I am woking on Visual Studio 2005 and have created pages that have a master page. I need to hide the toolbars and menubars of IE when loading the page.Should I do this in the onload of the master page? If yes then how? window.open() will not work as this will open a new window

Link to comment
Share on other sites

You have no control over the users current window when loading your site. The only way to control the users window is to open a new one which you seem to already know how to do...window.open()!Sorry if that is not what you wanted to hear. The only other option is for you to create your own browser and hope you can take down IE, Firefox, and Opera :)And to be honest, if I went to your site and you started messing with my settings (which I am very particular about) I would probably never come back to your site.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...