jwcr.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. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  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("did"))
  22. '---结束接收----
  23. %>
  24. <card title="加为仇人" ontimer="gr_zl.asp?cnscu=<%=cnscu%>&amp;id=<%=did%>">
  25. <timer value="10"/>
  26. <p>
  27. <%
  28. if did=myid then response.redirect "gr_zl.asp?cw=3&cnscu="&cnscu&"&id="&did&""
  29. set rs=Server.CreateObject("ADODB.Recordset")
  30. rspl="select * from myhm where cstr(jid)="&myid&" and cstr(bid)="&did
  31. rs.open rspl,conn,1,2
  32. if rs.eof then
  33. '---开始增加----
  34. rs.addnew
  35. if did<>"" then rs("bid")=did
  36. if myid<>"" then rs("jid")=myid
  37. rs.update
  38. Else
  39. response.redirect "gr_zl.asp?cw=4&cnscu="&cnscu&"&id="&did&""
  40. end if
  41. rs.close
  42. set rs=nothing
  43. set rsl=Server.CreateObject("ADODB.Recordset")
  44. rspll="select * from tbxx"
  45. rsl.open rspll,conn,1,2
  46. rsl.addnew
  47. rsl("fnr")="会员"&myni&"(id:"&myid&")将您加为仇人,希望你不要再去骚扰他了"
  48. rsl("sid")=did
  49. rsl("fid")="0"
  50. rsl.update
  51. rsl.close
  52. set rsl=nothing
  53. %>
  54. 加为仇人成功,对方将无法发消息给您了。。。<br/>正在返回..<br/>
  55. ************<br/>
  56. <!--#include file="w.asp"-->
  57. </p>
  58. </card>
  59. </wml>