<html>
<script>
function sendmail() {
setTimeout('window.location.href = "http://google.com"',200);
return false;
}
</script>
<form method="POST" id= "frm" target='_blank' action="адрес новой вкладки">
<input name="receiver" type="hidden" value="41">
<input name="label" value="Что то там" type="hidden">
<a onclick='document.getElementById("frm").submit();sendmail()'><button type="button">Oтправить</button></a>
</form>
</html>