Connecting Tech Pros Worldwide Forums | Help | Site Map

Hiding tool bars in Browser

Newbie
 
Join Date: Oct 2007
Posts: 2
#1: Oct 11 '07
Anyone know a way to hide all IE's toolbars when and
ASP.NET page loads??
I want to remove toolbars in the same window without re-openning it as a popup.
should I do this with Javascript or can I use C# to do this.

Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#2: Oct 11 '07

re: Hiding tool bars in Browser


Quote:

Originally Posted by Aruny

Anyone know a way to hide all IE's toolbars when and
ASP.NET page loads??
I want to remove toolbars in the same window without re-openning it as a popup.
should I do this with Javascript or can I use C# to do this.

Hi,
It cannnot be done on the current window.
You can do it on a new pop up , but most of the pop-up blockers will block it!
Disabling toolbars is highly discouraged these days!

cheers
Reply