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
精彩评论