mysctz.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscucsb.asp"-->
- <wml>
- <head><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
- </head>
- <%
- '---接收数据----
- did=clng(request("tid"))
- ppage=clng(request("ppage"))
- '---结束接收----
- %>
- <card title="收藏帖子">
- <p>
- <%
- if did=myid then response.redirect "gr_zl.asp?cw=1&cnscu="&cnscu&"&id="&did&""
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from [cnscu_sc] where cstr(sid)="&myid&" and cstr(tid)="&did&""
- rs.open rspl,conn,1,2
- if rs.eof then
- '---开始增加----
- rs.addnew
- if did<>"" then rs("tid")=did
- if myid<>"" then rs("sid")=myid
- rs.update%>
- 成功将该帖子收藏<br/>
- <%Else%>
- 该帖子已经在您的收藏中了<br/>
- <%end if
- rs.close
- set rs=nothing
- %>
- <a href='lt_view.asp?tid=<%=did%>&ppage=<%=ppage%>&cnscu=<%=cnscu%>'>继续浏览帖子</a><br/>
- <a href='mysc.asp?cnscu=<%=cnscu%>'>进入我的收藏</a><br/>
- ************<br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>