<% If Request.Form("user")="" Then Response.Redirect "LosePassword.asp" Else if Request.Form("code")<>Session("GetCode") Then Call AlertUrl("验证码不正确!","LosePassword.asp") Response.End End if set rst=conn.execute("Select * from User_Info Where User_Account='"&trim(Request.Form("user"))&"'") If rst.eof then Call AlertUrl("用户名不正确!","LosePassword.asp") Response.End End if End If %> 用户管理中心 - 申请密码保护