Avneet Chawla

Hi,

Is there any way I could remove (hide) the address bar from the internet explorer window through any script when my webpage loads.

Please help me with this ...



Re: Internet Explorer Web Development Disabling the address bar in a internet explorer through code

Amir76

Hi,

Yes this can be done with javascript like this:

window.open("http://www.google.com",'','location=0');

I think this could solve your problem.