how to disable firefox maximize button for popup window?
|
|
https://developer.mozilla.org/En/DOM/Window.open try dialog=yes |
||
|
|
|
|
when opening the window, use resizable=no or resizable=0
|
||
|
|
|
|
You can flag a popup as non-resizeable like this:
|
||
|
|
|
|
You can use the attribute resizable to be false to prevent the resizing of the new window.
Read more here |
||
|
|

window.opento do this. – ceejayoz Aug 31 at 12:55