window.open - Force window height, javascript -
i trying force window.open
height 0px, possible?
the code i'm using this:
window.open('', 'address','toolbar=no,location=yes,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=100,height=0,top=100,left='+left);
but won't resize 0 pixels, address bar available?
can please me.
thanks
according the mozilla documentation, "the minimum required value 100".
Comments
Post a Comment