xgszcl.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. name=usb(request("name"))
  23. logo=usb(request("logo"))
  24. ym=usb(request("ym"))
  25. dq=usb(request("dq"))
  26. '----识别错误并跳转-----
  27. if name="" then response.redirect "xgsz.asp?sb="&sb&"&cw=1&ok="&lx&"&id="&id&""
  28. '---开始增加----
  29. set rs=Server.CreateObject("ADODB.Recordset")
  30. rspl="select * from wap_jb where id=1"
  31. rs.open rspl,conn,1,2
  32. if name<>"" then rs("wap_name")=name
  33. if logo<>"" then rs("wap_logo")=logo
  34. if dq<>"" then rs("wap_bm")=dq
  35. if ym<>"" then rs("wap_ym")=ym
  36. rs.update
  37. '---关闭数据----
  38. rs.close
  39. set rs=nothing
  40. %>
  41. 编辑成功<br/>
  42. ----------<br/>
  43. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  44. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  45. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  46. 报时:<%=time%>
  47. </p></card></wml>