No Resizable In Popup Window Dont Work In Firefox
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 ? th
Solution 1:
Popup 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.
Solution 2:
Try without spaces, if you don't do that already:
resizable=no
Solution 3:
Another try:
http://www.technipages.com/firefox-prevent-sites-from-disabling-window-resize.html
You can prevent it in firefox, do you have that on? I know I would.
Post a Comment for "No Resizable In Popup Window Dont Work In Firefox"