I have simple form.
<form target="_blank" action="somescript.php" method="Post" id="simpleForm">
<input type="hidden" name="url" value="http://...">
<input type="hidden" name="code" value="wrxosf">
</form>
...and there are some anchor link
<a href="#" onclick="$('#simpleForm').submit();return false;">Do it!</a>
It works fine in FireFox or IE, but Google Chrome. Chrome does once, then link become unclickable.