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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -