index33.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="yksb.asp"--><%
  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. %> <%set zhlhp=Server.CreateObject("ADODB.Recordset")
  14.   zhhssqllp="select * from ltjb where CStr(id)=1"
  15.   zhlhp.open zhhssqllp,conn,1,1
  16. ltname=zhlhp("name")
  17. ltlogo=zhlhp("logo")
  18. zhlhp.close
  19. set zhlhp=nothing%>
  20. <%set jszx=Server.CreateObject("ADODB.Recordset")
  21.   jssql="select tj,zx,id from cnscu_gr where cstr(zx)=1 order by tj asc"
  22.   jszx.open jssql,conn,1,3
  23. if clng(ttvv)-jszx("tj")>30 then jszx("zx")=0
  24. jszx.update
  25. jszx.close
  26. set jszx=nothing%>
  27. <wml>
  28. <head><meta http-equiv='Cache-Control' content='no-cache'/>
  29. </head>
  30. <card title="<%=ltname%>">
  31. <p>
  32. <%
  33. bb=request("bb")
  34. if bb="" then bb="2"
  35. if bb="1" then fl="tm"
  36. if bb="2" then fl="hhsj"
  37. if bb<>"1" or bb<>"2" then bb="2"
  38. %>
  39. <%if cnscu="youke" or cnscu="" then%>
  40. <a href="cnscu_grdl.asp">登陆/注册</a><br/>
  41. <%end if%>
  42. <%
  43. if len(ltlogo)>7 then
  44. response.write("<img src='" & ltlogo & "' alt='ing'/><br/>")
  45. end if
  46. %>
  47. <%if cnscu<>"youke" and cnscu<>"" then%>
  48. <!--#include file="xxts.asp"-->
  49. 欢迎您:<b><a href="gr_zl.asp?id=<%=myid%>&amp;cnscu=<%=cnscu%>"><%=myni%></a></b><br/>
  50. <%end if%>
  51. <!--#include file="gg.asp"-->
  52. <a href="lt_view.asp?tid=2044&amp;cnscu=<%=cnscu%>">新社区意见专帖</a><br/>
  53. =论坛列表=<br/>
  54. <%
  55. set rsql=Server.CreateObject("ADODB.Recordset")
  56. rsspt="select * from sclt order by pid asc"
  57. rsql.open rsspt,conn,1,2%>
  58. <%
  59. if rsql.eof then 
  60. response.write("暂无论坛,请登陆后台添加")
  61.    else
  62. rsql.Move(0)
  63. dim j
  64. j=1
  65. do while ((not rsql.EOF) and j <=5000)
  66. %>
  67. <a href='lt_list.asp?ltid=<%=rsql("id")%>&amp;cnscu=<%=cnscu%>'><%=ubb(rsql("name"))%></a>
  68. <%if rsql("brr")=1 then%><br/><%end if%>
  69. <%
  70. rsql.MoveNext
  71. j=j+1
  72. loop
  73. end if
  74. rsql.close
  75. set rsql=nothing
  76. %>
  77. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a>|<a href="bangzhu.asp?cnscu=<%=cnscu%>">新手帮助</a><br/>
  78. 社区在线:<a href="lt_zxhy.asp?cnscu=<%=cnscu%>"><%=Application("OnLine")%></a>人<br/>
  79. --------<br/>
  80. <!--#include file="w.asp"-->
  81. </p>
  82. </card>
  83. </wml>