bj_lycl.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. '====================================================================
  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. %> <%
  14. id=request("id")
  15. name=request("name")
  16. title=request("title")
  17. text=request("text")
  18. page=request("page")
  19. lianxi=request("lianxi")
  20. open=request("open")
  21. set rs=Server.CreateObject("ADODB.Recordset")
  22. rsstr="select * from [gbook] where ID="& id
  23. rs.open rsstr,conn,1,2
  24. if name<>"" then rs("name")=name
  25. if title<>"" then rs("title")=title
  26. if text<>"" then rs("text")=text
  27. if lianxi<>"" then rs("lianxi")=lianxi
  28. rs("open")=open
  29. rs.update
  30. %>
  31. <wml>
  32. <head>
  33. <meta http-equiv="Cache-Control" content="no-Cache"/>
  34. <meta http-equiv="Cache-Control" content="max-age=0"/>
  35. </head>
  36. <card title="编辑留言" ontimer="xily.asp?sb=<%=sb%>&amp;lid=<%=id%>&amp;page=<%=page%>">
  37. <timer value="20"/>
  38. <p>
  39. 编辑成功,<br/>
  40. 正在返回留言!<br/>
  41. </p>
  42. </card>
  43. </wml> 
  44. <%
  45. conn.close
  46. set conn=nothing
  47. %>