开发者

How stop resizing...?with Javascript

开发者 https://www.devze.com 2023-03-18 12:11 出处:网络
How stop resizing... resizable=no doesnt work help me guys! window.open(\'http://www.artechin.com/emre/puanh开发者_Go百科esap.html\', \'puan\', \'toolbar=0,status=0,width=500,height=423,resizable=no

How stop resizing...

resizable=no doesnt work help me guys!

window.open('http://www.artechin.com/emre/puanh开发者_Go百科esap.html', 'puan', 'toolbar=0,status=0,width=500,height=423,resizable=no');


They stopped that with Firefox 3 - this could have been security problems, the idea nowadays is to not hide the URL.


If you are looking at the page in FireFox 3+ it ignores the resizable setting and will always allow you to resize the window.

https://developer.mozilla.org/en/Window.open#Window_functionality_features

Notably Mozilla recommend that the resizable attribute is always set to yes.


If you are using Firefox, than is because of default setting of that browser. forum post

0

精彩评论

暂无评论...
验证码 换一张
取 消