grtzjx.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. <wml><%
  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. %> <head><meta http-equiv='Cache-Control' content='no-cache'/>
  14. </head>
  15. <card title="编辑帖子">
  16. <p>
  17. <!--#include file="cnscucsb.asp"-->
  18. <!--#include file="xxts.asp"-->
  19. <%
  20. page=request("page")
  21. if page="" then page="1"
  22. url=request("url")
  23. ltid=request("ltid")
  24. tid=request("tid")
  25. set objgbrr=Server.CreateObject("ADODB.Recordset")
  26.   ssql="select * from lttz where cstr(id)="&tid
  27.   objgbrr.open ssql,conn,1,1
  28. spname1=objgbrr("name")
  29. spjg1=objgbrr("txt")
  30. if objgbrr("fid")=myid then
  31. %>
  32. <%
  33. ltid=request("ltid")
  34. cw=request("cw")
  35. cz=request("cz")
  36. if cz="" or cz="2"then
  37. %>
  38. <%if cw=1 then%>
  39. 错误:帖子标题不能为空!<br/>
  40. <%end if%>
  41. <%if cw=2 then%>
  42. 错误:续帖内容不能为空!<br/>
  43. <%end if%>
  44. <%if cw=3 then%>
  45. 未知错误!<br/>
  46. <%end if%>
  47. 续帖内容[支持UBB]:<br/>
  48. <input name="spjj<%=minute(now)%><%=second(now)%>" title="续帖内容:" type="text" format="*M" emptyok="true" value=""/><br/>
  49. <anchor title="确定提交">[确定提交]
  50. <go href="grtzjx.asp?cnscu=<%=cnscu%>&amp;cz=1&amp;tid=<%=tid%>&amp;id=<%=id%>&amp;url=<%=url%>&amp;page=<%=page%>" method="post" accept-charset='utf-8'>
  51. <postfield name="spjj1" value="$(spjj<%=minute(now)%><%=second(now)%>)"/>
  52. </go>
  53. </anchor>
  54. <%end if%>
  55. <%
  56. if cz="1" then
  57. '-----接收数据-----
  58. tid=usb(request("tid"))
  59. url=usb(request("url"))
  60. name2=usb(request("name1"))
  61. spjj2=usb(request("spjj1"))
  62. '----识别错误并跳转-----
  63. if spjj2="" then response.redirect "grtzjx.asp?cnscu=" & cnscu & "&cw=2&cz=2&tid="&tid&""
  64. '---开始修改----
  65. set rs=Server.CreateObject("ADODB.Recordset")
  66. rspl="select * from lttz where cstr(id)="&tid
  67. rs.open rspl,conn,1,2
  68. if spjj2<>"" then rs("txt")=rs("txt")+"[br]作者在"&now()&"时续写以下内容[br]"+spjj2
  69. rs.update
  70. '---关闭数据----
  71. rs.close
  72. set rs=nothing
  73. %>
  74. 成功续帖。。。
  75. <%end if%>
  76. <%else%>
  77. 您没有权利
  78. <%end if%>
  79. <br/>-----------<br/>
  80. <a href="lt_view.asp?cnscu=<%=cnscu%>&amp;tid=<%=tid%>&amp;page=<%=page%>">返回上级</a><br/>
  81. <!--#include file="w.asp"-->
  82. </p>
  83. </card>
  84. </wml>