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?
|
I tried opening a new window using
It works fine in IE, but in FF the pop up is still resizable. How can I disable this resizing in FF as well? |
||||
|
|
|
Read this one from mdc Window functionality features resizable
Starting with Firefox 3, secondary windows are always resizable Bug 177838 - Make all popup windows resizable, ignoring resizable=no |
|||||||
|
|
Yes it doesn't work anymore. Try
|
|||
|
|
I don't think you can. Firefox (and some other browsers) just ignore the "resizable" setting. |
|||
|