how to disable firefox maximize button for popup window?
|
feedback
|
|
https://developer.mozilla.org/En/DOM/Window.open try dialog=yes | |||
|
feedback
|
|
You can use the attribute resizable to be false to prevent the resizing of the new window.
Read more here | |||
feedback
|
|
You can flag a popup as non-resizeable like this:
| |||||
feedback
|
|
when opening the window, use resizable=no or resizable=0
| |||
|
feedback
|
|
use javascript....
\o/ | |||
|
feedback
|
|
Dear friend, unfortunately has no way to disable the minimize and maximize buttons in Firefox, Chrome, Opera, only in IE, this script is to force the size of the browser screen, so if someone wants to expand will not. Abs use javascript....
\o/ | ||||
|
feedback
|
window.opento do this. – ceejayoz Aug 31 '09 at 12:55