Hallo!
Ich hab einen Weiterleitungssript, doch er funzt net!
Hier der Body Tag meiner seite:
<body bgColor="#FF6600">
<script language="JavaScript" TYPE="text/javascript">
setTimeout ("changePage()", 1000);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location=index2.html;
}
//-->
</script>
</body>
Was mache ich falsch?
cu Daniel