用户注册页面代码\javascript验证<%***@pagecontentType="text/html;charset=gb2312"%>{//判断基本范围if(year<1900||year>9999||month<1||month>12||day<1returnfalse;//判断31天的月if((month==1||month==3||month==5||month==7||month==8||month==10||month==12&&day>31returnfalse;//判断30天的月if((month==4||month==6||month==9||month==11&&day>30returnfalse;//如果是2月,判断是否为润年if(month==2{if(year%400==0||(year%4==0&&year%100!=0{if(day>29returnfalse;}else{if(day>28returnfalse;}}}elsereturnfalse;returntrue;}//判断是否是EmailfunctionisEmail(email{if(==0returnfalse;index1=('@';index2=('.';if(index1<1//@符号不存在,或者在第一个位置||index2<1//.符号不存在,或者在第一个位置||index2-index1<2//.在@的左边或者相邻||index2+1==//.符号后面没有东西returnfalseelsereturntrue;}请注册isValidate(form1">用户ID:zhangsan6-8位用户名: 口令: 确认口令: 生日: 格式为:1988-1-1学历:专科">专科本科"checked>本科硕士研究生">硕士研究生博士研究生">博士研究生其他">其他地区:E-mail: 地址: 电话: 备注:[</span><spanstyle=]重置">[</span><spanstyle=]提交">
用户注册页面代码javascript验证 来自淘豆网m.daumloan.com转载请标明出处.