Button Link

C

Cracker Jacks

Could someone tell me the correct syntax to place
in here to open a new window for this link? It is
a push button that links another web site in a new
window. Thanks in advance.

<input type="button" value="Email Account"
onclick="window.location.href='http://test.org/def
ault.asp'" style="color: #800000"></td>
 
Top