bj_youcl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="cnscu_sb.asp"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <%
- id=request("id")
- name=request("name")
- syname=request("syname")
- title=request("title")
- text=request("text")
- page=request("page")
- lianxi=request("lianxi")
- open=request("open")
- set rs=Server.CreateObject("ADODB.Recordset")
- rsstr="select * from [cnscu_yl] where ID="& id
- rs.open rsstr,conn,1,2
- if not rs.eof then
- if syname<>"" then rs("syname")=syname
- if name<>"" then rs("name")=name
- if title<>"" then rs("url")=title
- if text<>"" then rs("lr")=text
- if lianxi<>"" then rs("lc")=lianxi
- rs("zt")=open
- rs.update
- end if
- rs.close
- set rs=nothing
- %>
- <wml>
- <head>
- <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- </head>
- <card title="编辑友链" ontimer="wap_you.asp?sb=<%=sb%>">
- <timer value="20"/>
- <p>
- 编辑成功,<br/>
- 正在返回友链管理!<br/>
- </p>
- </card>
- </wml>
- <%
- conn.close
- set conn=nothing
- %>