gbookchk.asp
<!--#include file="gbconn.asp" -->
<%
if request.cookies("adminok")="" then
response.redirect "index.asp"
end if
%>
<%
id=cint(request.QueryString("id"))
'response.Write(id)
conn.execute"update 留言信息 set check =check+1 where ID="&id
%>
index.asp的部分代码是:
<tr>
<td width="58%" height="22"> 管理员你好,请你操作:
[<a href="gbookedit.asp?id=<%=rs("id")%>"><font color="#008000">编辑留言</font></a>]
[<a href="gbookdel.asp?id=<%=rs("id")%>"><font color="#FF0000">删除留言</font></a>]
[<a href="gbookchk.asp?id=<%=rs("id")%>"><font color="#FF0000">审核留言
</font></a>]
</td>
<td width="25%" height="22">
<p align="right">IP:<font color="#000000"><%=rs("ip")%></font> </p> </td>
</tr>
大家帮忙看看
到底问题出在何处?
谢谢