bkxg.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="cnscu_sb.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. <card id="main" title="编辑论坛" >
  20. <p>
  21. <%
  22. nam=usb(request("nam"))
  23. mm=usb(request("mm"))
  24. if mm="" then mm="0"
  25. idi=usb(request("idi"))
  26. txt=usb(request("txt"))
  27. xx=usb(request("xx"))
  28. dy=usb(request("dy"))
  29. did=usb(request("did"))
  30. url=usb(request("url"))
  31. hfsj=usb(request("hfsj"))
  32. ftsj=usb(request("ftsj"))
  33. yc=request("yc")
  34. id=request("id")
  35. brr=request("brr")
  36. if brr="" then brr="0"
  37. lx=request("lx")
  38. if lx="" then lx="0"
  39. did=request("did")
  40. if nam="" then response.redirect "bk_gl.asp?sb="&sb&"&cw=1&ok="&lx&"&id="&id&""
  41. if idi="" then response.redirect "bk_gl.asp?sb="&sb&"&cw=2&ok="&lx&"&id="&id&""
  42. if lx="" then response.redirect "bk_gl.asp?sb="&sb&"&cw=4&ok="&lx&"&id="&id&""
  43. set rs=Server.CreateObject("ADODB.Recordset")
  44. rspl="select * from sclt where id="&id
  45. rs.open rspl,conn,1,2
  46. if nam<>"" then rs("name")=nam
  47. if txt<>"" then rs("shuo")=txt
  48. if did<>"" then rs("did")=did
  49. if idi<>"" then rs("pid")=idi
  50. if hfsj<>"" then rs("hfsj")=hfsj
  51. if ftsj<>"" then rs("ftsj")=ftsj
  52. rs("shuo")=txt
  53. if brr<>"" then rs("brr")=brr
  54. if yc<>"" then rs("yc")=yc
  55. rs.update
  56. '---关闭数据----
  57. rs.close
  58. set rs=nothing
  59. %>
  60. 成功编辑名为<u>[<%=ubb(nam)%>]</u>的论坛<br/>
  61. ----------<br/>
  62. <a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区设计</a><br/>
  63. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  64. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  65. 报时:<%=time%>
  66. </p></card></wml>