Hola, he encontrado por internet este código, y me funciona:
Código HTML:
<html>
<title>CodeAve.com(JavaScript New Window Onload)</title>
<head>
<script language="JavaScript">
<!--
function open_on_entrance(url,name)
{
new_window = window.open('http://www.yahoo.com','yahoocom', ' menubar,resizable,dependent,status,width=300,height=200,left=10,top=10')
}
// -->
</script>
</head>
<body onload="open_on_entrance()">
Your new window will open when this document loads
</body>
</html>
He probado el que tú me has recomendado, y no me funcionaba, no obstante, como digo, con el anterior que he citado, sí me va.
Gracias de todas formas.