Deutsch
<!-- Die vollständige HTML-Datei lautet wie folgt --> <!-- http://bbs.downcodes.com--> <html> <head> <title>Spezialeffektcode der Website Building Academy-->> Erraten Sie Ihr Sternzeichen< /title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor=#FFFFFF> <!------ ----- ---------------------> <SCRIPT language=JavaScript> <!-- function getpet () { var toyear = 1997; document.frm.inyear .value; var Birthpet="Ox" x = (toyear - Geburtsjahr) % 12 if ((x == 1) || (x == -11)) { Birthpet="Du bist eine Ratte" } else { if (x == 0) { Birthpet="Du bist ein Ochse" } else { if ((x == 11) || (x == -1)) { Birthpet="Du bist ein Tiger" } else { if ((x == 10) || (x == -2)) {birthpet="Du bist ein Kaninchen" } else { if ((x == 9) || (x == -3)) {birthpet="Du bist ein Drache" } else { if ((x == 8) || (x == -4)) {birthpet="Du bist eine Schlange" } else { if ((x == 7) ||. (x == -5)) { Birthpet="Du bist ein Pferd" } else { if ((x == 6) || (x == -6)) { Birthpet="Du bist ein Schaf" } else { if ((x == 5) || ( x == -7)) { Birthpet="Du bist ein Affe" } else { if ((x == 4) || (x == -8)) { Birthpet="Du bist ein Huhn" } else { if (( x == 3) || (x == -9)) { Birthpet="Du bist ein Hund" } else { if ((x == 2) ||. (x == -10)) { Birthpet="Du bist ein Hund" Schwein" } } } } } } } } } } } document.frm.birth.value = Birthpet; } // --> < /SCRIPT> <FORM name=frm> Geburtsjahr: <INPUT name=inyear size= 4 value=1976> <BR><INPUT onclick=getpet() type=button value=Sehen Sie, was es ist><INPUT name=birth size=9></FORM> <!---------- ------------> </body > </html>