popups style

windows

Guest
anyone know how to make my web page appear with no toolbar or statue bar in IE..like those popups where u can't see the file menu to save the page for example<!--content-->Here's one way.....<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/# onclick="window.open('urlofyourpagehere','mywindow','width=450,height=300,toolbar=no,location=no,directories= no,status=no,menubar=no,scrollbars=yes,copyhistory=yes,resizable=no')"><br />
<br />
Kevin<!--content-->You would also have to put in a "no right click" script in the page as well.<br />
<br />
Someone could right click, select open frame in new window from the menu, and they will get a full browser window with your page in it.<!--content-->
 
Back
Top