Einzelnen Beitrag anzeigen
Alt 09.08.2000, 03:46   #3
overcooler
gesperrt
 
Registriert seit: 09.08.2000
Beiträge: 740


overcooler eine Nachricht über ICQ schicken
Pfeil

Such dir eins aus:
<BODY onLoad=window.setTimeout("location.reload()",1000) >

<BODY onLoad=window.setTimeout("location.href('seite.htm ')",1000)>

<head>
<script language=javascript>
function reload()
{
window.setTimeout("location.reload()",1000)
}
</script>
</head><body onload=reload>

<body><script language=javascript>
window.setTimeout("location.reload()",1000)
</script></body>
overcooler ist offline   Mit Zitat antworten