A me

codice:
<html>
	<head>
		<script type="text/javascript">
			function doIt() {
				w = window.open('');
				w.document.write('Chudi e apri sotto');
				w.document.close();
				return false;
			}
		</script>
	</head>
	<body>
		Prova
	</body>
</html>
funziona, sia su FF 3.6 che su IE 7.0.5730.13...

Fammi sapere