cjglcl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:
手机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"-->
- <wml>
- <head>
- <meta http-equiv="Cache-Control" content="no-Cache"/>
- <meta http-equiv="Cache-Control" content="max-age=0"/>
- <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
- </head>
- <card id="main" title="采集设置" >
- <p>
- <%
- name=usb(request("name"))
- logo=usb(request("logo"))
- ym=usb(request("ym"))
- dq=usb(request("dq"))
- '----识别错误并跳转-----
- if name="" then response.redirect "cjgl.asp?sb="&sb&"&cw=1&ok="&lx&"&id="&id&""
- '---开始修改----
- set rs=Server.CreateObject("ADODB.Recordset")
- rspl="select * from upset where id=1"
- rs.open rspl,conn,1,2
- if name<>"" then rs("formPath")=name
- if logo<>"" then rs("filesize")=logo
- if dq<>"" then rs("allowedfile")=dq
- rs.update
- '---关闭数据----
- rs.close
- set rs=nothing
- %>
- 设置成功<br/>
- ----------<br/>
- <a href="admin_index.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首页</a><br/>
- <a href="/index.asp?fs=<%=fs%>&sb=<%=sb%>">返回网站首页</a><br/>
- 报时:<%=time%>
- </p></card></wml>