Page 1 of 1
resize window
Posted: Sun Jun 28, 2009 12:18 am
by matt1234
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.
Re: resize window
Posted: Fri Jul 03, 2009 10:32 pm
by JAB Creations
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.
Re: resize window
Posted: Sat Jul 04, 2009 12:27 pm
by matt1234
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.