html - javascript new window location parameter not working as expected -


javascript window.open parameter location not work.

i not want show address bar in new window.

jsbin example - http://jsbin.com/ucusiq/1/edit

yes, mram888 right. show popup. use script on lines of following:

window.open('/location.html','windowname','directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=no,width=400,height=350');


Comments