sascha: Zufalls Frame per javascript

Beitrag lesen

Allso sollte es so gehen?"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<iframe src="about:blank" style="border:0px #FFFFFF none;" name="iframe" scrolling="auto" frameborder="1" align=aus marginheight="0px" marginwidth="0px" height="480" width="640"></iframe>

<script language="javascript>
zl=new Array()
zl[0]="http://www.serfus.de"
zl[1]="http://www.lose-werbung.de"
anzahl=2
function zufall() {
parent.iframe.location.href=zl[Math.floor(Math.random()*anzahl)]
}
zufall()
</script>
<p>&nbsp;</p>
<p>

</p>
</body>
</html>
 oder habe ich noch nen denk fehler?