Deutsch
<!--Um diesen Effekt zu erzielen, fügen Sie den folgenden Code zum Bereich <body> hinzu--> <script language=""> var yourwords = " ※ http://www.downcodes.com ※"; ; var control = 1; function flash() { if (control == 1) { window.status=yourwords } setTimeout("flash() " ,speed); } window.onload=flash </script>