Page 1 of 1

Disable window resize etc

Posted: Fri Apr 09, 2004 12:23 am
by Chris Corbyn
Hi,

I want to make a window that onload opens in a fixed width/height and cannot be resized. I also need the status bar, address bar and "file", "edit", "view" etc bar removed to leave in esscence as close as possible to a small box.

It's not for an annoying pop-up by the way. I hate those things :-)

Thanks

Posted: Fri Apr 09, 2004 2:21 am
by dipit
hi

here it is which can help u little bit

<a href="#" onclick="javascript:window.open('Copyrights.php','Copyright','width=500,height=150','menubar=no,toolbar=no,resizable=no,status=yes');">
<font color=#CCCCCC size=1 face=verdana>Disclaimer</font></a>


dipit