Hallo nachmal!
Hier nun nochmal der überarbeitete Quelltext (auszugsweise).
---------------------------------------------------------------------
<script language="JavaScript" type="text/javascript">
<!--
function StartIt(URL,NAME)
{
winWidth = 200
winHeight = 200
winSpecs = "width="+ winWidth +",height=" + winHeight + ",toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,directories=0,status=0,left=10,top=10";
portfolio2 = window.open(URL,NAME,winSpecs); alert(winSpecs)
}
//-->
</script>
</head>
<body onLoad="StartIt('start.html','Willkommen')">
---------------------------------------------------------------------
Ich habe auch ein
'alert(winSpecs)' ausgeführt und die Meldung war absolut Korrekt, so wie sie sein muß. Trotzdem ignoriert er meine Width- und Heightangaben! Warum denn nur???