resize window
Moderator: General Moderators
resize window
Is there any flippin way to disable users resizing a window in Firefox? All of the elements for window.open in javascript seem to be obsolete anymore.
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: resize window
Firefox --> Tools Menu --> Content (icons menu) --> Advanced JavaScript Options --> Move or resize existing windows
The only time I even recommend you consider doing this is if you detect that the window is so small your content will get absolutely crushed...and that they're not on a mobile browser...so unless you're in to super advanced JavaScript and have a really indepth understanding of well, more things then most web designers and web developers do offhand I recommend not resizing a browser window. Consider the very fact that it got implemented in to Firefox as a big fact rejection by many people in the open source community.
The only time I even recommend you consider doing this is if you detect that the window is so small your content will get absolutely crushed...and that they're not on a mobile browser...so unless you're in to super advanced JavaScript and have a really indepth understanding of well, more things then most web designers and web developers do offhand I recommend not resizing a browser window. Consider the very fact that it got implemented in to Firefox as a big fact rejection by many people in the open source community.
Re: resize window
I mean is there code to disable it. If you do "resizable=no", it works in IE. And I'm talking when you're doing a window.open command in javascript.