标题: 密码修改代码错在那过来看看! [打印本页] 作者: 三颗残牙 时间: 2010-1-14 00:27 标题: 密码修改代码错在那过来看看! <!--#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
%>
这个肯定有错误我不知道怎么改!高手看一下