html - submit form to new window without address bar -


this code submit form new window

<form action="..." method="post" target="_new"> 

but possible make new window start without address bar , define size ?

using javascript :

<a href="link" onclick="javascript:window.open('http://link','windows','width=650,height=350,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');return false")">link text</a> 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -