• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

form button link

<form action=/path/to/cgi_script.pl target=new_window>
<input type=submit value="Click Me" onClick="window.open('','new_window','window attributes here')">
</form>

There are other methods, but this way even browsers that don't support JavaScript or have it disabled will still be able to use the form and it will still open in a new window.
 
Back
Top