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 ...
Internet Explorer Web Development
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 ...
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.