lt_spjs.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机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="cnscucsb.asp"-->
- <wml><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <head><meta http-equiv='Cache-Control' content='no-cache'/>
- </head>
- <card title="论坛热帖">
- <p>
- <%
- pag=15
- bb=request("bb")
- if bb="" then bb="1"
- if bb="1" then fl="tm"
- if bb="2" then fl="hhsj"
- if bb<>"1" or bb<>"2" then bb="1"
- %>
- <!--#include file="gg.asp"-->
- 查看:<br/>
- <%if fl="rc" then%>
- 热门|<a href="lt_spjs.asp?cnscu=<%=cnscu%>&bb=1&sj=<%=time%>">最新</a><br/>
- 论坛热帖<br/>
- <%end if%>
- <%if fl="tm" then%>
- <a href="lt_spjs.asp?cnscu=<%=cnscu%>&bb=2&sj=<%=time%>">热门</a>|最新<br/>
- 论坛新帖<br/>
- <%end if
- set brs=Server.CreateObject("ADODB.Recordset")
- ssql="select * from lttz where CStr(yc)=0 and ltid<>9999 order by "&fl&" desc"
- brs.open ssql,conn,1,1
- if brs.eof then
- Response.write "暂无帖子<br/>"
- Else
- page=cint(request.QueryString("page"))
- if page="" or page<1 then page=1
- maxpage=int((brs.recordcount-1)/pag)+1
- if page>maxpage then page=maxpage
- brs.Move((page-1)*pag)
- dim j
- j=1
- do while ((not brs.EOF) and j <=cint(pag))
- spmc=left(brs("name"),8)
- if len(brs("name"))>8 then
- spmc=spmc+"。。"
- End if
- Response.write ""&j&".<a href='lt_view.asp?tid=" & brs("id") & "&cnscu="&cnscu&"'>" & ubb(spmc) & "</a><br/>"
- brs.Movenext
- j=j+1
- loop
- if page*pag<brs.recordcount then response.write("[<a href='lt_spjs.asp?cnscu=" & cnscu & "&id=" & id & "&page=" & page+1 & "'>下一页</a>]")
- if page>1 then response.write("[<a href='lt_spjs.asp?cnscu=" & cnscu & "&id=" & id & "&page=" & page-1 & "'>上一页</a>]")
- end if
- brs.close
- set brs=nothing
- %>
- <br/>************<br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>