Address status in IE

liunx

Guest
Is it possible to hide the adresse bar by opening an HTML page to put a code in the body?.<br />
<br />
For the scroll bar it's possible, but how you do it for the addresse bar and toolbar ?<br />
<br />
Thanks<!--content-->in the config data where you would enter scrolling=0 you simply enter toolbars=0,status=0,location=0,titlebar=0.<br />
<br />
example<br />
window.open("page1.html","newWin","height=400,width=600,scrolling=no,toolbars=no,status=0,location=0,titlebar=0,noresize");<!--content-->It don't work.<br />
<br />
I want not a pop-up instruction but when i open the first HTML page then i want not a adresse bar.<br />
<br />
Do you have a code for in the <body> tag for this.<br />
<br />
Sorry for my English, i'am dutch from Belgium.<br />
<br />
Thanks<!--content-->See this thread:<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?threadid=18943">http://www.htmlforums.com/showthread.php?threadid=18943</a><!-- m --><br />
<br />
It can't be done with the index page, even if there are onload instructions.<br />
:rocker:<!--content-->
 
Back
Top