view.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. <wml><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <head>
  14. <meta http-equiv="Cache-Control" content="no-Cache"/>
  15. <meta http-equiv="Cache-Control" content="max-age=0"/>
  16. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  17. </head>
  18. <%
  19. id=usb(request("id"))
  20. ii=usb(request("ii"))
  21. set rs=Server.CreateObject("ADODB.Recordset")
  22. rspl="select * from wap_lm where id="&id
  23. rs.open rspl,conn,1,2
  24. if rs.eof then
  25. response.write("<card id='main' title='错误'><p>无此文章!<br/>")
  26. else
  27. dddlll=rs("did")
  28. nxn=ubb(rs("nxn"))
  29. txt=ubb(rs("txt"))
  30. dq=ubb(rs("dq"))
  31. if dq="" then dq="left"
  32. set rsn=Server.CreateObject("ADODB.Recordset")
  33. rsstrn="select nxn,id,lx,did from [wap_lm] where [did]="& dddlll &" and [ID]<"& ID &" and lx=6 order by [ID] desc"
  34. rsn.open rsstrn,conn,1,2
  35. set rspr=Server.CreateObject("ADODB.Recordset")
  36. rsstrpr="select nxn,id,lx,did from [wap_lm] where [did]="& dddlll &" and [ID]>"& ID &" and lx=6 order by [ID] asc"
  37. rspr.open rsstrpr,conn,1,2
  38. %>
  39. <card id="main" title="<%=nxn%>">
  40. <p>
  41. <%
  42. dim pageWordNum,StartWord,Content,Length,PageAll,i
  43. pageWordNum=500
  44. StartWord = 1
  45. Content=rs("txt")
  46. Length=len(Content)
  47. PageAll=(Length+PageWordNum-1)PageWordNum
  48. i=request("i")
  49. if ii<>"" then i=ii-1
  50. if isnull(i) or i="" then i=0
  51. Content = mid(Content,StartWord+i*PageWordNum,PageWordNum)
  52. if PageAll>1 then
  53. response.write("<a href='viewqw.asp?ltid=" & ltid & "&amp;id=" & id & "'>查看全文</a>(每页50000字)<br/>")
  54. end if
  55. if 0<=i<PageAll then
  56.        Response.Write ""
  57. end if
  58.    if cint(i)<cint(PageAll)-1 then
  59.        Response.Write "<a href='view.asp?ltid=" & ltid & "&amp;id=" &  rs("id") & "&amp;i=" & i+1 & "&amp;page=" & page & "'>下页</a>"
  60.    End if
  61.    if cint(i)>0 then 
  62.        Response.Write "&nbsp;" & "<a href='view.asp?ltid=" & ltid & "&amp;id=" &  rs("id") & "&amp;i=" & i-1 & "&amp;page=" & page & "'>上页</a><br/>"
  63.     End if
  64. response.write("" & ubb2(content) & "")
  65. if 0<=i<PageAll then
  66.        Response.Write "<br/>"
  67. end if
  68.    if cint(i)<cint(PageAll)-1 then
  69.        Response.Write "<a href='view.asp?ltid=" & ltid & "&amp;id=" &  rs("id") & "&amp;i=" & i+1 & "&amp;page=" & page & "'>下页</a>"
  70.    End if
  71.    if cint(i)>0 then 
  72.        Response.Write "&nbsp;" & "<a href='view.asp?ltid=" & ltid & "&amp;id=" &  rs("id") & "&amp;i=" & i-1 & "&amp;page=" & page & "'>上页</a>"
  73.    End if
  74. if PageAll>1 then
  75.        response.write "(" & i+1 & "/" & PageAll & ")"
  76. %>
  77. <br/>
  78. 第<input name="i<%=minute(now)%><%=second(now)%>" title="页码" type="text" format="*N" emptyok="true" size="2" value="<%response.write(i+1)%>" maxlength="2"/>
  79. <anchor>跳页
  80.     <go href="view.asp?myid=<%=myid%>&amp;id11=<%=id11%>&amp;idss=<%=idss%>&amp;ltid=<%=ltid%>&amp;id=<%=id%>&amp;page=<%=page%>" accept-charset='utf-8'>
  81.         <postfield name="ii" value="$(i<%=minute(now)%><%=second(now)%>)"/>
  82.     </go>
  83. </anchor>
  84. <br/>
  85. <%end if%>
  86. <a href="fbpl.asp?id=<%=id%>">发表评论</a>|
  87. <%if rs("pl")="0" then%>
  88. 查看评论(0)
  89. <%else%>
  90. <a href="ckpl.asp?id=<%=id%>">查看评论(<%=ubb(rs("pl"))%>)</a>
  91. <%end if%>
  92. <%if rsn.recordcount>0 then%>
  93. <br/>下篇:<a href='view.asp?id=<%=rsn("ID")%>'><%=ubb(rsn("nxn"))%></a>
  94. <%end if%>
  95. <%if rspr.recordcount>0 then%>
  96. <br/>上篇:<a href='view.asp?id=<%=rspr("ID")%>'><%=ubb(rspr("nxn"))%></a>
  97. <%end if%>
  98. <br/>
  99. <%
  100. if rs("did")<>"0" then response.write("<a href='wlist.asp?page=1&amp;id="&rs("did")&"' >回到上级</a><br/>")
  101. end if
  102.       rs.close
  103.       set rs=nothing
  104.       conn.close
  105.       set conn=nothing
  106.       %>
  107. <!--#include file="w.asp"-->
  108. </p></card></wml>