|
|
Q1040 How do I prevent the browser window from being resized?
irt.org | Knowledge Base | JavaScript | Window | Q1040 [ previous next ] Q1040 How do I prevent the browser window from being resized?I don't this there is a 100% fool proof method. When you create a new window you can specify resizable=no:
In Netscape Navigator 4 if is also possible to set the resizable property of the current window - but only gaining universalBrowserWrite privileges:
But in both cases I don't think this stops the user from resizing the browser on all platforms. The following was submitted by Pak Ki So I may have stumbled upon something better for the problem of resizing in Netscape. I found this neat piece of code from PC Mag. Unfortunately, I am still searching for the IE solution:
|
-- div -->
|