% If Request.Form("user")="" Then Response.Redirect "LosePassword.asp" Else set rst=conn.execute("Select * from User_Info Where fp_SID_Type='"&Request.Form("fp_SID_Type")&"' And SID='"&Request.Form("SID")&"'") if rst.eof then Call AlertBack("证件信息不正确!") Response.End End if End If %>