Die Codekopie lautet wie folgt:
<html xmlns = "http://www.w3.org/1999/xhtml">
<kopf>
<meta http-äquiv = "content-type" content = "text /html; charset = gb2312" />
<title> 60 Aktualisieren Sie diese Seite </title>
<script type = "text/javaScript">
var t;
t = 60;
Funktion shua ()
{
t = t-1;
document.getElementById ("Hinweise"). Innerhtml = "Es gibt immer noch"+t+"Sekunden" vor der nächsten Aktualisierungszeit;
if (t == 0)
{
document.location.reload ();
}
}
</script>
</head>
<body onload = "window.setInterval (shua, 1000);">
<Center>
<font id = "tipps" style = "color: blau"> 60 Sekunden vor der nächsten Aktualisierungszeit </font> <br/>
<Center>
</body>
</html>