Is it someway possible to have a FORM that opens in another window? Something like this (note the 'target'):
<form method="POST" action="nextPage.asp" name="myForm">
<input type="hidden" value="SomeValue" name="hidValue">
<a href=javascript:document.forms.myForm.submit() target="_blank">SomeValue</a>
</form>
/N!cklas
<form method="POST" action="nextPage.asp" name="myForm">
<input type="hidden" value="SomeValue" name="hidValue">
<a href=javascript:document.forms.myForm.submit() target="_blank">SomeValue</a>
</form>
/N!cklas