=- siehe Statuszeile -=
[Beschreibung]
[Kompatibilität]
[Code]
<script language="JavaScript"> <!-- /* MjM'S JAVA CODENAME = FLASH This JavaScript Code was written by MjM for Hyperchat UK I am not responsible for any damage caused by my code. This code can be modified as long as the Author's Name is still attached. Email : MjM@hyperchat.co.uk © Copyright 1996 */ var yourwords = "There's no fire like Nightfire"; parent.status=" "; //modified by N8i to cleanup previous messages var speed = 500; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash();",speed); } // --> </script>
onload="flash();"
MJM
Kopieren Sie bitte den Code