resize window

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
matt1234
Forum Commoner
Posts: 44
Joined: Wed Nov 26, 2008 9:43 pm

resize window

Post 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.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: resize window

Post 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.
matt1234
Forum Commoner
Posts: 44
Joined: Wed Nov 26, 2008 9:43 pm

Re: resize window

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