how to disable firefox maximize button for popup window?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
https://developer.mozilla.org/En/DOM/Window.open try dialog=yes |
|||
|
|
|
use javascript....
\o/ |
|||
|
|
|
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/ |
||||
|
|
|
You can use the attribute resizable to be false to prevent the resizing of the new window.
Read more here |
|||||
|
|
You can flag a popup as non-resizeable like this:
|
|||
|
when opening the window, use resizable=no or resizable=0
|
|||
|
|
window.opento do this. – ceejayoz Aug 31 '09 at 12:55