[StatusbarBlinker]

=- siehe Statuszeile -=

[Code]

[zwischen <HEAD> und </HEAD>]

<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>

[IN den <BODY> Tag]

onload="flash();"

[Autor]

MJM

[Download]

Kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 494