lt_spjs.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="cnscucsb.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><meta http-equiv='Cache-Control' content='no-cache'/>
  15. </head>
  16. <card title="论坛热帖">
  17. <p>
  18. <%
  19. pag=15
  20. bb=request("bb")
  21. if bb="" then bb="1"
  22. if bb="1" then fl="tm"
  23. if bb="2" then fl="hhsj"
  24. if bb<>"1" or bb<>"2" then bb="1"
  25. %>
  26. <!--#include file="gg.asp"-->
  27. 查看:<br/>
  28. <%if fl="rc" then%>
  29. 热门|<a href="lt_spjs.asp?cnscu=<%=cnscu%>&amp;bb=1&amp;sj=<%=time%>">最新</a><br/>
  30. 论坛热帖<br/>
  31. <%end if%>
  32. <%if fl="tm" then%>
  33. <a href="lt_spjs.asp?cnscu=<%=cnscu%>&amp;bb=2&amp;sj=<%=time%>">热门</a>|最新<br/>
  34. 论坛新帖<br/>
  35. <%end if
  36. set brs=Server.CreateObject("ADODB.Recordset")
  37. ssql="select * from lttz where CStr(yc)=0 and ltid<>9999 order by "&fl&" desc"
  38. brs.open ssql,conn,1,1
  39. if brs.eof then
  40.    Response.write "暂无帖子<br/>"
  41. Else
  42. page=cint(request.QueryString("page"))
  43. if page="" or page<1 then page=1
  44. maxpage=int((brs.recordcount-1)/pag)+1
  45. if page>maxpage then page=maxpage
  46. brs.Move((page-1)*pag)
  47. dim j
  48. j=1
  49. do while ((not brs.EOF) and j <=cint(pag))
  50.     spmc=left(brs("name"),8)
  51.    if len(brs("name"))>8 then
  52.     spmc=spmc+"。。"
  53.    End if
  54.     Response.write ""&j&".<a href='lt_view.asp?tid=" & brs("id") & "&amp;cnscu="&cnscu&"'>" & ubb(spmc) & "</a><br/>"
  55. brs.Movenext  
  56. j=j+1
  57. loop
  58. if page*pag<brs.recordcount then response.write("[<a href='lt_spjs.asp?cnscu=" & cnscu & "&amp;id=" & id & "&amp;page=" & page+1 & "'>下一页</a>]")
  59. if page>1 then response.write("[<a href='lt_spjs.asp?cnscu=" & cnscu & "&amp;id=" & id & "&amp;page=" & page-1 & "'>上一页</a>]")
  60. end if
  61. brs.close
  62. set brs=nothing
  63. %>
  64. <br/>************<br/>
  65. <!--#include file="w.asp"-->
  66. </p>
  67. </card>
  68. </wml>