xztx.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>
  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. id=usb(request("id"))
  23. pag=2%>
  24. <%set rsxl=Server.CreateObject("ADODB.Recordset")
  25. rspl="select * from lttx where lb="&id&" order by id desc"
  26. rsxl.open rspl,conn,1,2
  27. if rsxl.eof then
  28.    Response.write "暂无头像!<br/>"
  29. Else
  30. page=cint(request.QueryString("page"))
  31. if page="" or page<1 then page=1
  32. maxpage=int((rsxl.recordcount-1)/pag)+1
  33. if page>maxpage then page=maxpage
  34. rsxl.Move((page-1)*pag)
  35. dim j
  36. j=1
  37. do while ((not rsxl.EOF) and j <=cint(pag))%>
  38. <img src="<%=ubb(rsxl("tou"))%>" alt="<%=ubb(rsxl("sm"))%>"/><br/>
  39. 价格:<%=ubb(rsxl("jq"))%>钻币[<a href="gmtx.asp?cnscu=<%=cnscu%>&amp;id=<%=rsxl("id")%>">购买</a>]<br/>
  40. <%
  41. rsxl.Movenext  
  42. j=j+1
  43. loop
  44. if page*pag<rsxl.recordcount then response.write("<a href='xztx.asp?ffss=" & ffss & "&amp;id=" & id & "&amp;cnscu=" & cnscu & "&amp;dlid=" & dlid & "&amp;page=" & page+1 & "'>下一页</a>")
  45. if page>1 then response.write("<a href='xztx.asp?id=" & id & "&amp;ffss=" & ffss & "&amp;cnscu=" & cnscu & "&amp;dlid=" & dlid & "&amp;page=" & page-1 & "'>上一页</a>")
  46. if page*pag<rsxl.recordcount or page>1 then response.write("<br/>")
  47. if page*pag<rsxl.recordcount then response.write("----------<br/>(第"& page & "页/共" & (int(rsxl.recordcount/pag)) &"页/总" & rsxl.recordcount & "条)<br/>")
  48. end if
  49. %>
  50. +++++++++<br/>
  51. <a href="xhtx.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">个性秀场</a><br/>
  52. <a href="hy.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>">会员中心</a><br/>
  53. <!--#include file="w.asp"-->
  54. </p>
  55. </card>
  56. </wml>