ttpp.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><meta http-equiv='Cache-Control' content='no-cache'/>
  15. </head>
  16. <%
  17. tid=usb(request("tid"))
  18. ltid=usb(request("ltid"))
  19. voteid=usb(request("voteid"))
  20. %>
  21. <card title="给他投票" ontimer="lt_view.asp?cnscu=<%=cnscu%>&amp;tid=<%=tid%>&amp;ltid=<%=ltid%>&amp;page=1">
  22. <timer value="10"/>
  23. <p>
  24. <%
  25. if session("myid")="" or tid="" or ltid="" or voteid=""  then%>
  26. 出错啦!请不要非法提交参数.<br/>
  27. <%else
  28. Set Rs = Server.CreateObject("Adodb.Recordset")
  29. Sql = "SELECT * FROM lttz where id="&tid
  30. Rs.Open Sql,conn,1,3
  31. if not (rs.bof and rs.eof)  then 
  32. if rs("addvote")<>"" then addvote=split(utf8(rs("addvote")),"")
  33. vote=""
  34. if rs("voteid")<>"" then
  35. votei=split(utf8(rs("voteid")),"")
  36. for i=0 to ubound(votei)
  37. if votei(i)<>"" then
  38. if cint(votei(i))=cint(session("myid")) then
  39. novote="true"
  40. end if
  41. end if
  42. next
  43. end if
  44. if novote<>"true" then
  45. for i=0 to ubound(addvote)
  46. if addvote(i)<>"" then
  47. if cint(i)=cint(voteid) then
  48. vote=vote&cint(addvote(i))+1&""
  49. else
  50. vote=vote&addvote(i)&""
  51. end if
  52. end if
  53. next
  54. rs("addvote")=vote
  55. rs("voteid")=rs("voteid")&session("myid")&""
  56. rs.update
  57. end if
  58. end if
  59. Rs.close
  60. set rs=nothing%>
  61. 投票成功!刷新无效!<br/>
  62. 正在返回主帖。。。<br/>
  63. <%end if%>
  64. **********<br/>
  65. <a href="lt_list.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">回到论坛</a><br/>
  66. <!--#include file="w.asp"-->
  67. </p>
  68. </card>
  69. </wml>