Nochmal eine Korrektur:
<script language="JavaScript" type="text/javascript">
<!--
function StartIt(){
winSpecs = "width=200,height=200,toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,directories=0,status=0,left=10,top=10";
now = window.open("start.html","Willkommen",winSpecs)
}
//-->
</script>
</head>
<body onLoad="StartIt()">
aber auch da nimmt der nicht die Größenangaben, die ich ihm vorgebe! bei euch???