<%'用户名要求大于3个字符 function isLength3(val) dim str if len(val.value)>2 then isLength3 = true else str="用户名和密码要求大于3个字符!" msgbox str val.select isLength3 = false end if end function '两次输入密码是否一致 function isSame(val1,val2) if val1.value=val2.value then isSame=true else msgbox "两个密码不一致,请重新输入!" val1.value="" val2.value="" isSame=false end if end function function NextStep() if not isLength3(document.form1.Username) then exit function elseif not isLength3(document.form1.Password) then exit function elseif not isSame(document.form1.Password , document.form1.Password1) then exit function end if document.form1.submit document.url ="savehyfw.asp" end function %>

您尚未登录,登录后即可享受会员服务

会 员 登 录

  用户名:

  密  码:


  若您还未注册,请先注册新会员(忘记密码)