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

手机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. '====================================================================
  7. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  8. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  9. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  10. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  11. '====================================================================
  12. %> <%
  13. mmmm=usb(request("mmmmm"))
  14. id=usb(request("id"))
  15. bs=usb(request("bs"))
  16. bss=usb(request("bss"))
  17. if bs="" then kkk="sj"
  18. if bs="1" then kkk="rq"
  19. if id="" then id="0"
  20. set rss=Server.CreateObject("ADODB.Recordset")
  21. rsspl="select * from wap_lm where id="&id
  22. rss.open rsspl,conn,1,2
  23. if rss.eof then 
  24. nxn="出错了"
  25. else
  26. nxn=ubb(rss("nxn"))
  27. txt=ubb(rss("txt"))
  28. mm=ubb(rss("mm"))
  29. yccl=ubb(rss("yc"))
  30. dq=ubb(rss("dq"))
  31. if dq="" then dq="left"
  32. end if
  33. %>
  34. <wml>
  35. <head>
  36. <meta http-equiv="Cache-Control" content="no-Cache"/>
  37. <meta http-equiv="Cache-Control" content="max-age=0"/>
  38. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  39. </head>
  40. <card id="main" title="<%=nxn%>">
  41. <p align="<%=dq%>">
  42. <%if bs="1" then%>
  43. <a href='piclist.asp?id=<%=request("id")%>&amp;page=<%=request("page")%>&amp;bss=<%=request("bss")%>'>最新</a> 最热 
  44. <%elseif bs="" then%>
  45. 最新 <a href='piclist.asp?id=<%=request("id")%>&amp;page=<%=request("page")%>&amp;bss=<%=request("bss")%>&amp;bs=1'>最热</a> <%end if%>
  46. <%if bss="1" then%>
  47. <a href='piclist.asp?id=<%=request("id")%>&amp;page=<%=request("page")%>&amp;bs=<%=request("bs")%>'>列表</a> 小图<br/>
  48. <%elseif bss="" then%>
  49. 列表 <a href='piclist.asp?id=<%=request("id")%>&amp;bss=1&amp;page=<%=request("page")%>&amp;bs=<%=request("bs")%>'>小图</a><br/><%end if%>
  50. <%
  51. if len(txt)>3 then  response.write(""&txt&"<br/>")
  52. set rs=Server.CreateObject("ADODB.Recordset")
  53. rsppl="select * from wap_lm where lx=3 and did<>0 and yc<>1 and did="&id&" order by "&kkk&" desc"
  54. rs.open rsppl,conn,1,2
  55. if not rs.eof then 
  56. rs.pagesize =10
  57. Page=Request("Page")
  58. If Page=""  then Page=1
  59. If Page>999  then Page=999
  60. if cint(page)>rs.pagecount then page=clng(rs.pagecount)
  61. total  = rs.RecordCount
  62. rs.absolutepage=page
  63. mypagesize = rs.pagesize 
  64. rs.Move(0)
  65. dim j
  66. j=1
  67. do while ((not rs.EOF) and j <=10)
  68. if bss="1" then response.write("<img src='"&ubb(rs("url"))&"' width='30' height='30' alt='load....'/><br/>")%>
  69. <a href="pic.asp?id=<%=rs("id")%>"><%=ubb(rs("nxn"))%></a><br/>
  70. <%
  71. rs.MoveNext
  72. j=j+1
  73. loop%>
  74. <%if cint(page) < rs.pagecount then%>
  75. <a href='piclist.asp?id=<%=request("id")%>&amp;page=<%=page+1%>&amp;bs=<%=bs%>&amp;bss=<%=bss%>'>下页</a>
  76. <%end if%>
  77. <%if page>1 then%>   
  78. <a href='piclist.asp?id=<%=request("id")%>&amp;page=<%=page-1%>&amp;bs=<%=bs%>&amp;bss=<%=bss%>'>上页</a>
  79. <%end if%>
  80. <%if rs.pagecount>1 then%>
  81. (<%=page%>/<%=rs.pagecount%>/<%=total%>)<br/>
  82. <input type="text" name="pages" format="*N" size="2" value="<%=page+1%>"/>
  83. <anchor>跳页
  84. <go href='piclist.asp?id=<%=request("id")%>&amp;bs=<%=bs%>&amp;bss=<%=bss%>' accept-charset='utf-8'>
  85. <postfield name='page' value='$(pages)'/>
  86. </go>
  87. </anchor>
  88. <%end if%>
  89. <%
  90. else
  91. response.write("栏目建设中。。<br/>")
  92. end if%>
  93. <!--#include file="w.asp"-->
  94. </p></card></wml>