bj_youcl.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. syname=request("syname")
  17. title=request("title")
  18. text=request("text")
  19. page=request("page")
  20. lianxi=request("lianxi")
  21. open=request("open")
  22. set rs=Server.CreateObject("ADODB.Recordset")
  23. rsstr="select * from [cnscu_yl] where ID="& id
  24. rs.open rsstr,conn,1,2
  25. if not rs.eof then 
  26. if syname<>"" then rs("syname")=syname
  27. if name<>"" then rs("name")=name
  28. if title<>"" then rs("url")=title
  29. if text<>"" then rs("lr")=text
  30. if lianxi<>"" then rs("lc")=lianxi
  31. rs("zt")=open
  32. rs.update
  33. end if
  34. rs.close
  35. set rs=nothing
  36. %>
  37. <wml>
  38. <head>
  39. <meta http-equiv="Cache-Control" content="no-Cache"/>
  40. <meta http-equiv="Cache-Control" content="max-age=0"/>
  41. </head>
  42. <card title="编辑友链" ontimer="wap_you.asp?sb=<%=sb%>">
  43. <timer value="20"/>
  44. <p>
  45. 编辑成功,<br/>
  46. 正在返回友链管理!<br/>
  47. </p>
  48. </card>
  49. </wml> 
  50. <%
  51. conn.close
  52. set conn=nothing
  53. %>