还是不行还是rs1.update这里出错
这样修改
<%
If Request.QueryString("ss")="sfqx" Then
conn.execute "update JaAdmin set qyclass=3 where Userweb='公司注册'"
Response.Write "<script>alert('所以记录已经修改成功!');location.href='123.asp';</script>"
end if
%>