You can use target in a form tag. Example:
<form action="usercp.php?" target="_new">
<input type="submit" value="Open the User CP in a new window">
</form>
<form action="usercp.php?" target="_new">
<input type="submit" value="Open the User CP in a new window">
</form>




Reply With Quote