English
<!-- The complete HTML file is as follows --> <!-- http://bbs.downcodes.com--> <html> <head> <title>Special effects code of website building academy-->>Guess your zodiac sign< /title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor=#FFFFFF> <!----------- ---------------------> <SCRIPT language=JavaScript> <!-- function getpet () { var toyear = 1997; var birthyear = document.frm.inyear .value; var birthpet="Ox" x = (toyear - birthyear) % 12 if ((x == 1) || (x == -11)) { birthpet="You are a rat" } else { if (x == 0) { birthpet="You are an Ox" } else { if ((x == 11) || (x == -1)) { birthpet="You are a Tiger" } else { if ((x == 10) || (x == -2)) { birthpet="You are a rabbit" } else { if ((x == 9) || (x == -3)) { birthpet="You are a dragon" } else { if ((x == 8) || (x == -4)) { birthpet="You are a snake" } else { if ((x == 7) || (x == -5)) { birthpet="You are a Horse" } else { if ((x == 6) || (x == -6)) { birthpet="You are a Sheep" } else { if ((x == 5) || ( x == -7)) { birthpet="You are a monkey" } else { if ((x == 4) || (x == -8)) { birthpet="You are a chicken" } else { if (( x == 3) || (x == -9)) { birthpet="You are a dog" } else { if ((x == 2) || (x == -10)) { birthpet="You are a dog" pig" } } } } } } } } } } } } document.frm.birth.value = birthpet; } // --> </SCRIPT> <FORM name=frm> Year of birth: <INPUT name=inyear size= 4 value=1976> <BR><INPUT onclick=getpet() type=button value=See what it is><INPUT name=birth size=9></FORM> <!---------- --------------------------> </body> </html>