i try to open new window with javascript window.open func,
and add 'resizable = no'
parameter,
in ie its work , but in firefox it allow to resize
how can i block it in firefox ?
thanks.
i try to open new window with javascript window.open func,
and add 'resizable = no'
parameter,
in ie its work , but in firefox it allow to resize
how can i block it in firefox ?
thanks.
Share Improve this question edited Nov 3, 2009 at 9:53 Haim Evgi asked Nov 3, 2009 at 9:29 Haim EvgiHaim Evgi 126k46 gold badges222 silver badges226 bronze badges3 Answers
Reset to default 2Popup window is always resizable in Mozilla, Opera.
Check this link:
The popup is always resizable in Mozilla, Opera and Konqueror. When making the popup resizable in Safari, actually resizing it makes the popup jump to a width of ca. 400px, which cannot be decreased.
Try without spaces, if you don't do that already:
resizable=no
Another try:
http://www.technipages./firefox-prevent-sites-from-disabling-window-resize.html
You can prevent it in firefox, do you have that on? I know I would.