最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - no resizable in popup window dont work in firefox - Stack Overflow

programmeradmin3浏览0评论

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 badges
Add a ment  | 

3 Answers 3

Reset to default 2

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.

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.

发布评论

评论列表(0)

  1. 暂无评论