How stop resizing...
resizable=no doesnt work help me guys!
window.open('http://www.artechin.com/emre/puanhesap.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/puanhesap.html', 'puan', 'toolbar=0,status=0,width=500,height=423,resizable=no');
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.