Programatically Hide Browser Menubar

07/05/2010 06:50

If you'd like to hide the IE menubar from viewers of your page, add "toolbar=0" to the end of your href element.

Example: https://mydomain.com/myfile.html#toolbar=0

Then, instead of this,...

...you'll see this.