mysctz.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. <head><%
  9. '====================================================================
  10. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  11. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  12. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  13. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  14. '====================================================================
  15. %> <meta http-equiv="Cache-Control" content="no-Cache"/>
  16. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <%
  20. '---接收数据----
  21. did=clng(request("tid"))
  22. ppage=clng(request("ppage"))
  23. '---结束接收----
  24. %>
  25. <card title="收藏帖子">
  26. <p>
  27. <%
  28. if did=myid then response.redirect "gr_zl.asp?cw=1&cnscu="&cnscu&"&id="&did&""
  29. set rs=Server.CreateObject("ADODB.Recordset")
  30. rspl="select * from [cnscu_sc] where cstr(sid)="&myid&" and cstr(tid)="&did&""
  31. rs.open rspl,conn,1,2
  32. if rs.eof then
  33. '---开始增加----
  34. rs.addnew
  35. if did<>"" then rs("tid")=did
  36. if myid<>"" then rs("sid")=myid
  37. rs.update%>
  38. 成功将该帖子收藏<br/>
  39. <%Else%>
  40. 该帖子已经在您的收藏中了<br/>
  41. <%end if
  42. rs.close
  43. set rs=nothing
  44. %>
  45. <a href='lt_view.asp?tid=<%=did%>&amp;ppage=<%=ppage%>&amp;cnscu=<%=cnscu%>'>继续浏览帖子</a><br/>
  46. <a href='mysc.asp?cnscu=<%=cnscu%>'>进入我的收藏</a><br/>
  47. ************<br/>
  48. <!--#include file="w.asp"-->
  49. </p>
  50. </card>
  51. </wml>