views:

215

answers:

4

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.

A: 

Try without spaces, if you don't do that already:

resizable=no
Victor
i try , dont work
Haim Evgi
A: 

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.

Victor
Haim Evgi
Well, for me it's a feature, as i said :) Anyway, thanks for the info
Victor
A: 

Did you consider it is really annoying for users not being able to resize their browser window? I would suggest you find another solution to whatever problem you're trying to solve.

A: 

Popup window is always resizable in Mozilla, Opera.

Check this link.

Himadri