<% If Session("User_Account")="" Then Call AlertUrl("请先登陆!","Index.asp") Response.End End if %> <% if Request("action")="check" Then if Request.Form("code")<>Session("GetCode") Then Call AlertUrl("验证码不正确!","PasswdReMod.asp") Response.End End if set rs=Server.CreateObject("ADODB.recordset") sql="select * from User_Info where User_Account='"&Session("User_Account")&"' and User_Password='"&Session("User_Password")&"' " rs.open sql,conn,3,3 if Request.Form("user")<>rs("User_Account") Then Call AlertUrl("用户名不正确!","PasswdReMod.asp") Else Response.Redirect "PasswdReModStep2.asp" End if End if %> Netsoz.Com用户管理中心 - 重设密码保护修改