Prova cosi
codice:
<script>
function inviaform(){
 var int_windowLeft = (screen.width - 270) / 2;
 var int_windowTop = (screen.height - 270) / 2;
	window.open('','iscrizione','width=270,height=270',top=' + int_windowTop + ',left=' + int_windowLeft + ');
	document.getElementById('accetto').submit();
}
</script>