hhff.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscu_sb.asp"-->
- <wml>
- <head><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
- </head>
- <%id=usb(request("id"))
- fid=usb(request("fid"))
- cz=usb(request("cz"))
- if cz="1" then nnnn="加黑作者"
- if cz="2" then nnnn="加黑成功"
- if cz="3" then nnnn="删除回复"
- if cz="4" then nnnn="删除成功"
- if cz="5" then nnnn="清除作者回复"
- if cz="6" then nnnn="清楚成功"
- %>
- <card id="main" title="<%=nnnn%>" >
- <p>
- <%if cz="3" then%>
- 删除回复
- <a href="hhff.asp?sb=<%=sb%>&id=<%=usb(id)%>&cz=4">是</a>|<a href="hf_gl.asp?sb=<%=sb%>&id=<%=usb(id)%>">否</a>
- <%elseif cz="4" then%>
- <%
- sql="delete from lthf Where CStr(id)='" & id & "'"
- conn.Execute(sql)
- %>
- 删除成功。。
- <%elseif cz="1" then%>
- 加黑作者
- <a href="hhff.asp?sb=<%=sb%>&fid=<%=usb(fid)%>&id=<%=usb(id)%>&cz=2">是</a>|<a href="hf_gl.asp?sb=<%=sb%>&id=<%=usb(id)%>">否</a>
- <%elseif cz="2" then%>
- 加黑成功成功。。
- <%
- sql="update cnscu_gr set grzt=2 where cstr(id)="&fid
- conn.Execute(sql)
- %>
- <%elseif cz="5" then%>
- 清除作者所有回复
- <a href="hhff.asp?sb=<%=sb%>&id=<%=usb(id)%>&fid=<%=usb(fid)%>&cz=6">是</a>|<a href="hf_gl.asp?sb=<%=sb%>&id=<%=usb(id)%>">否</a>
- <%elseif cz="6" then%>
- <%
- sql="delete from lthf Where CStr(fid)='" & fid & "'"
- conn.Execute(sql)
- %>
- 清除成功。。
- <%else%>
- 未知错误!
- <%end if%>
- <br/>------------
- <br/><a href="hfgl.asp?fs=<%=fs%>&sb=<%=sb%>">返回回复管理</a><br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="../index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
- </p>
- </card>
- </wml>