wap_pl.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  5. <!--#include file="conn.inc"-->
  6. <!--#include file="cnscu_sb.asp"-->
  7. <wml><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  15. <meta http-equiv="Cache-Control" content="no-Cache"/>
  16. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <card id="main" title="评论管理" >
  20. <p>
  21. <%id=usb(request("id"))
  22. cz=usb(request("cz"))%>
  23. <%
  24. set rs=Server.CreateObject("ADODB.Recordset")
  25. rsppl="select * from wap_pl where lid<>0 order by tm asc"
  26. rs.open rsppl,conn,1,2
  27. if rs.eof then 
  28. response.write("暂无评论<br/>")
  29. else
  30. rs.Move(0)
  31. dim j
  32. j=1
  33. do while ((not rs.EOF) and j <=500000)
  34. %>
  35. <%=ubb(rs("name"))%>:<%=ubb(rs("txt"))%> <a href="scpl.asp?lid=<%=usb(rs("lid"))%>&amp;id=<%=usb(rs("id"))%>&amp;sb=<%=sb%>">删除</a><br/>
  36. <%
  37. rs.MoveNext
  38. j=j+1
  39. loop
  40. end if
  41. %>----------<br/>
  42. <a href="admin_index.asp?sb=<%=sb%>">返回管理首页</a><br/>
  43. <a href="../index.asp?sb=<%=sb%>">返回网站首页</a><br/>
  44. <a href="bg.asp?sb=<%=sb%>">提出建议</a>|<a href="bg.asp?sb=<%=sb%>">报告错误</a>
  45. <!--#include file="bq.gif"-->
  46. </p></card></wml>