wlist.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. if bs="" then kkk="sj"
  17. if bs="1" then kkk="rq"
  18. if id="" then id="0"
  19. set rss=Server.CreateObject("ADODB.Recordset")
  20. rsspl="select * from wap_lm where id="&id
  21. rss.open rsspl,conn,1,2
  22. if rss.eof then 
  23. nxn="出错了"
  24. else
  25. nxn=ubb(rss("nxn"))
  26. txt=ubb(rss("txt"))
  27. mm=ubb(rss("mm"))
  28. yccl=ubb(rss("yc"))
  29. dq=ubb(rss("dq"))
  30. if dq="" then dq="left"
  31. end if
  32. %>
  33. <wml>
  34. <head>
  35. <meta http-equiv="Cache-Control" content="no-Cache"/>
  36. <meta http-equiv="Cache-Control" content="max-age=0"/>
  37. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  38. </head>
  39. <card id="main" title="<%=nxn%>">
  40. <p align="<%=dq%>">
  41. <%
  42. set rs=Server.CreateObject("ADODB.Recordset")
  43. rsppl="select * from wap_lm where lx<>500 and did<>0 and yc<>1 and did="&id&" order by "&kkk&" desc"
  44. rs.open rsppl,conn,1,2
  45. if rs.eof then 
  46. response.write("栏目建设中...<br/>")
  47. else
  48. if mm="0" or mm=mmmm then%>
  49. <%if bs="1" then%>
  50. <a href='wlist.asp?id=<%=request("id")%>&amp;page=<%=request("page")%>'>最新</a>|最热<br/>
  51. <%elseif bs="" then%>
  52. 最新|<a href='wlist.asp?id=<%=request("id")%>&amp;page=<%=request("page")%>&amp;bs=1'>最热</a><br/><%end if%>
  53. <%If Request.QueryString("Page") = "" or Request.QueryString("Page") <= 0 then
  54. Page = 1
  55. Else
  56. Page = CINT(Request.QueryString("Page"))
  57. End If
  58. rs.pagesize =10
  59. total  = rs.RecordCount
  60. rs.absolutepage=page
  61. mypagesize = rs.pagesize 
  62. rs.Move(0)
  63. dim j
  64. j=1
  65. do while ((not rs.EOF) and j <=10)%>
  66. <%=j+(page*10)-10%>
  67. <%if rs("lx")="1" then%>
  68. <%=ubb(rs("txt"))%>
  69. <%elseif rs("lx")="2" then%>
  70. <a href="<%=ubb(rs("txt"))%>"><%=ubb(rs("nxn"))%></a>
  71. <%elseif rs("lx")="3" then%>
  72. <img rsc="<%=ubb(rs("txt"))%>" alt="<%=ubb(rs("nxn"))%>"/>
  73. <%elseif rs("lx")="4" then%>
  74. <a href="<%=ubb(rs("url"))%>"><img rsc="<%=ubb(rs("txt"))%>" alt="<%=ubb(rs("nxn"))%>"/></a>
  75. <%elseif rs("lx")="5" then%>
  76. <a href="list.asp?id=<%=ubb(rs("id"))%>"><%=ubb(rs("nxn"))%></a>
  77. <%elseif rs("lx")="6" then%>
  78. <a href="view.asp?id=<%=ubb(rs("id"))%>&amp;page=1"><%=ubb(rs("nxn"))%></a>
  79. <%elseif rs("lx")="7" then%>
  80. <a href="wml.asp?id=<%=rs("id")%>"><%=ubb(rs("nxn"))%></a>
  81. <%elseif rs("lx")="8" then%>
  82. <%=ubb1(rs("txt"))%>
  83. <%elseif rs("lx")="9" then%>
  84. <%=rs("txt")%>
  85. <%elseif rs("lx")="10" then%>
  86. <a href="wml.asp?id=<%=rs("id")%>"><%=ubb(rs("nxn"))%></a>
  87. <%end if%>
  88. <%if rs("brr")="1" then%><br/><%end if%>
  89. <%
  90. rs.MoveNext
  91. j=j+1
  92. loop
  93. end if
  94. end if%>
  95. <%if page<rs.pagecount   then%>
  96. <a href='wlist.asp?id=<%=request("id")%>&amp;page=<%=page+1%>&amp;bs=<%=bs%>'>下页</a>
  97. <%end if%>
  98. <%if page>1 then%>   
  99. <a href='wlist.asp?id=<%=request("id")%>&amp;page=<%=page-1%>&amp;bs=<%=bs%>'>上页</a>
  100. <%end if%>
  101. <%if rs.pagecount>1 then%>
  102. (<%=page%>/<%=rs.pagecount%>/<%=total%>)<br/>
  103. 第<input type="text" name="pages" format="*N" size="2" value="<%=page+1%>"/>
  104. <anchor>跳页<br/>
  105. <go href='wlist.asp?id=<%=request("id")%>' accept-charset='utf-8'>
  106. <postfield name='page' value='$(pages)'/>
  107. </go>
  108. </anchor>
  109. <%end if%>
  110. <%if mm<>"0" and mm<>mmmm then%>
  111. 加密页面!请输入正确密码!<br/>
  112. 请输入密码<br/>
  113. <input name="nnmm" title="密码" type="text" maxlength="100" /><br/>
  114. <anchor>
  115. [确定提交]
  116. <go href="list.asp?id=<%=id%>&amp;mkl=<%=time%>&amp;bs=<%=bs%>" method="post" accept-charset="utf-8">
  117.         <postfield name="mmmmm" value="$(nnmm)"/>
  118.     </go>
  119. </anchor>
  120. <%end if%>
  121. <!--#include file="w.asp"-->
  122. </p></card></wml>