Die Codekopie lautet wie folgt:
<! DocType html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transsitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<kopf>
<meta http-äquiv = "content-type" content = "text /html; charset = utf-8" />
<title> bis zum Titel "Dokument" </title>
<script Language = "JavaScript">
Words1 = "Willkommen";
jetzt = neues Datum ()
Words2 = jetzt.tolocalestring ();
Flag = 0;
Funktion Flash ()
{
if (Flag == 0)
{
Fenster.Status = Words1;
Flag = 1;
}
anders
{
Fenster.Status = Words2;
Flag = 0;
}
setTimeout ("Flash ()", 2000);
}
</script>
</head>
<Body Onload = "Flash ()">
Webseiteninhalt
</body>
</html>