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

手机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>
  15. <meta http-equiv='Cache-Control' content='no-cache'/>
  16. </head>
  17. <card title="选择表情">
  18. <p>
  19. <!--#include file="xxts.asp"-->
  20. <%
  21. ffss=usb(request("ffss"))
  22. ltid=usb(request("ltid"))
  23. id=usb(request("id"))
  24. ddll=usb(request("ddll"))
  25. pag=10%>
  26. 查看方式:<%if ffss="" then%>
  27. 文字|<a href="xzbq.asp?cnscu=<%=cnscu%>&amp;id=<%=id%>&amp;ddll=<%=ddll%>&amp;ltid=<%=ltid%>&amp;ffss=1">图像</a><br/>
  28. <%else%>
  29. <a href="xzbq.asp?cnscu=<%=cnscu%>&amp;id=<%=id%>&amp;ddll=<%=ddll%>&amp;ltid=<%=ltid%>">文字</a>|图像<br/>
  30. <%end if%>
  31. <%set rsxl=Server.CreateObject("ADODB.Recordset")
  32. rspl="select * from ltbq order by id desc"
  33. rsxl.open rspl,conn,1,2
  34. if rsxl.eof then
  35.    Response.write "暂无表情!<br/>"
  36. Else
  37. page=cint(request.QueryString("page"))
  38. if page="" or page<1 then page=1
  39. maxpage=int((rsxl.recordcount-1)/pag)+1
  40. if page>maxpage then page=maxpage
  41. rsxl.Move((page-1)*pag)
  42. dim j
  43. j=1
  44. do while ((not rsxl.EOF) and j <=cint(pag))%>
  45. <%=j%>.
  46. <%if ffss<>"" then%>
  47. <a href="<%=ddll%>?cnscu=<%=cnscu%>&amp;id=<%=id%>&amp;ltid=<%=ltid%>&amp;t=<%=ubb(rsxl("tou"))%>"><img src="<%=ubb(rsxl("tou"))%>" alt="<%=ubb(rsxl("sm"))%>"/></a><br/>
  48. <%else%>
  49. <a href="<%=ddll%>?cnscu=<%=cnscu%>&amp;id=<%=id%>&amp;ltid=<%=ltid%>&amp;t=<%=ubb(rsxl("tou"))%>"><%=ubb(rsxl("sm"))%></a><br/>
  50. <%end if%>
  51. <%
  52. rsxl.Movenext  
  53. j=j+1
  54. loop
  55. if page*pag<rsxl.recordcount then response.write("<a href='xzbq.asp?ffss=" & ffss & "&amp;ltid=" & ltid & "&amp;id=" & id & "&amp;cnscu=" & cnscu & "&amp;ddll=" & ddll & "&amp;page=" & page+1 & "'>下一页</a>")
  56. if page>1 then response.write("<a href='xzbq.asp?ltid=" & ltid & "&amp;ffss=" & ffss & "&amp;cnscu=" & cnscu & "&amp;ddll=" & ddll & "&amp;id=" & id & "&amp;page=" & page-1 & "'>上一页</a>")
  57. if page*pag<rsxl.recordcount or page>1 then response.write("<br/>")
  58. if page*pag<rsxl.recordcount then response.write("----------<br/>(第"& page & "页/共" & (int(rsxl.recordcount/pag+1)) &"页/总" & rsxl.recordcount & "条)<br/>")
  59. end if
  60. %>
  61. +++++++++<br/>
  62. <a href="lt_list.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">回到论坛</a><br/>
  63. <!--#include file="w.asp"-->
  64. </p>
  65. </card>
  66. </wml>