<%yhm = request("yhm")
lxfs = request("lxfs")
aqwt = request("aqwt")
aqda = request("aqda")
pass = request("pass")
yyzm = yzm
if yhm<>"" and lxfs<>"" then
set rs=server.createobject("adodb.recordset")
exec="select * from yrwl_tb_admin where yhm='"&yhm&"' and lxfs='"&lxfs&"' and aqwt='"&aqwt&"' and aqda = '"&aqda&"'"
rs.open exec,conn,1,1
if not rs.eof then
exec="update yrwl_tb_admin set pass='"&md5(pass)&"' where yhm='"&yhm&"'"
conn.execute exec
response.write ""
dl="1"
end if
rs.close
call close_conn()
if dl = "" then%>
<%else%>
<%end if
end if%>