Michel: Popup beim Start einer Homepage

Beitrag lesen

Was stimmt bei dem Code nicht?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>titel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="144,*,10" frameborder="NO" border="0" framespacing="0">
  <frame src="oben.htm" name="topFrame" scrolling="NO" noresize >
    <frameset cols="170,*" frameborder="NO" border="0" framespacing="0">

<frame src="links.htm" name="leftFrame" scrolling="auto" noresize>

<frame src="mitte.htm" name="mainFrame">
    </frameset>
  <frame src="unten.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes>

<script type="text/javascript">
function xmascard(xmas_01.htm) {
  fenster = window.open(xmas_01.htm, "xmascard", "width=604,height=315,left=100,top=200");
  fenster.focus();
}

</script>
<body onLoad="xmascard('myxmascard.html'); return false">

</body></noframes>
</html>