Disable window resize etc

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Disable window resize etc

Post 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
dipit
Forum Newbie
Posts: 12
Joined: Thu Apr 08, 2004 2:36 am
Location: india
Contact:

Post 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
Post Reply