这是一个查询属相js特效,当用户输入年份后,点击旁边按钮即可自动计算属相,根据自己的需求来修改即可。
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>输入你的出生年份,可以自动算出你的属相,武鸣人欢迎您。</title> </head> <body bgcolor=#FFFFFF > <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <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="您属老鼠" } else { if (x == 0) { birthpet="您属牛" } else { if ((x == 11) || (x == -1)) { birthpet="您属老虎" } else { if ((x == 10) || (x == -2)) { birthpet="您属兔子" } else { if ((x == 9) || (x == -3)) { birthpet="您属龙" } else { if ((x == 8) || (x == -4)) { birthpet="您属蛇" } else { if ((x == 7) || (x == -5)) { birthpet="您属马" } else { if ((x == 6) || (x == -6)) { birthpet="您属羊" } else { if ((x == 5) || (x == -7)) { birthpet="您属猴" } else { if ((x == 4) || (x == -8)) { birthpet="您属鸡" } else { if ((x == 3) || (x == -9)) { birthpet="您属狗" } else { if ((x == 2) || (x == -10)) { birthpet="您属猪" } } } } } } } } } } } } document.frm.birth.value = birthpet; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) // --> </SCRIPT> <FORM name=frm> 出生年份:<INPUT name=inyear size=4 value=1986> <BR><INPUT onclick=getpet() type=button value=看看属什么><INPUT name=birth size=9></FORM> </body> </html>
本文来自武鸣人网站,转载请注明出处