browser problems: i want my window to pop up and have it disable the resize button on my website and also would like to stop people being able to resize it via mouse, thanks, if you could reply with the scripts then that would be great!![]()
browser problems: i want my window to pop up and have it disable the resize button on my website and also would like to stop people being able to resize it via mouse, thanks, if you could reply with the scripts then that would be great!![]()
In your window.open() statement, use the resizeable=0 parameter in with the other optional settings like width, location, etc., ex:
Code:window.open('page.htm', 'winName', 'width=100, height=150, resizeable=0')
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Why? If you get the size right, no-one will bother trying to resize the browser. However, if you don't, they might need to. The same goes for scrollbars.Originally Posted by insane
Mike
Bookmarks