<!--#include file="conn.asp"-->
<%exec="select * from admin where 编号="&request.form("编号")
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
rs=("mima")=request.form("mima")
if "xinmima"!="mima1" then
msgbox"密码输入错误"
else
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothoing
magbox"密码修改成功"
end if
%>
这个肯定有错误我不知道怎么改!高手看一下