Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
186
rated 0 times [  190] [ 4]  / answers: 1 / hits: 59981  / 15 Years ago, wed, november 11, 2009, 12:00:00

I tried opening a new window using



window.open(lookup.htm,lookupWin, height=400,width=500,resizable=false);


It works fine in IE, but in FF the pop up is still resizable. How can I disable this resizing in FF as well?


More From » firefox

 Answers
20

Read this one from mdc


Window functionality features


resizable



If this feature is set to yes, the new secondary window will be
resizable.


Note: Starting with version 1.4, Mozilla-based browsers have a window

resizing grippy at the right end of
the status bar, this ensures that
users can resize the browser window
even if the web author requested this
secondary window to be non-resizable.
In such case, the maximize/restore
icon in the window's titlebar will be
disabled and the window's borders
won't allow resizing but the window
will still be resizable via that
grippy in the status bar.



Starting with Firefox 3, secondary windows are always resizable


Bug 177838 - Make all popup windows resizable, ignoring resizable=no


[#98334] Sunday, November 8, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lamontm

Total Points: 482
Total Questions: 99
Total Answers: 91

Location: Burkina Faso
Member since Thu, Dec 15, 2022
1 Year ago
;