sascha: Zufalls Frame per javascript

Beitrag lesen

gut ok *g*

So weit binn ich jetzt!

<!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>
<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=zl[Math.floor(Math.random()*anzahl)]
}
zufall()
</script>
<p>&nbsp;</p>
<p>
  <iframe src="" style="border:0px #FFFFFF none;" name="iframe" scrolling="auto" frameborder="1" align=aus marginheight="0px" marginwidth="0px" height="480" width="640"></iframe>
</p>
</body>
</html>

Nun ist mein prob. wie kriege ich das was er oben ausliehst so zu sagen in denn iframe rein oder mache ich erget wie nen fehler ;) naja danke schon mal für die Hilfe!