ASP网站要增加一个后台审核功能,具体代码要怎么写,高手赐教

 我来答
匿名用户
2014-03-21
展开全部
<table>
<caption>留言管理</caption>
<tr>
<td>ID</td><td>标题</td><td>操作</td><tr>
<% for i=1 to rs.recordcount%>
<td><%=rs("id")%></td><td><%=rs("标题")%></td><td>
<input type="button" value="审核" onclick="location.href=你的页面名称.asp?id=<%=rs("id")%>&action=pass" /> <input type="button" value="查看" onclick="location.href=你的页面名称.asp?id=<%=rs("id")%>&action=show" />
<input type="button" value="删除" onclick="location.href=你的页面名称.asp?id=<%=rs("id")%>&action=del" /></td>
</tr>
<% next%>
</table>
<%
id=request.querystring("id")
if(request.querystring("action")="pass" and id<>"" then
sql="update 留言表 set ispass=1 where 留言ID='" & id & "'"
conn.execute sql
end if
%>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式