?? shezhi_ok.asp
字號:
?<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
'====================================================================
' 請你保留這段說明,這并不會影響你的速度,
' 程序制作:橫云 掌上校園版權所有,請勿破解
' 完成時間: 2007-09-27 主頁地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com QQ:554904632
'====================================================================
%>
<%
if session("admin")="" then
response.redirect "index.asp"
end if
%>
<%
response.ContentType="text/vnd.wap.wml"
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-Control", "no-cache, must-revalidate"
%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.asp"-->
<!--#include file="char.asp"-->
<!--#include file="const.asp"-->
<wml>
<head>
<meta http-equiv='Cache-Control' content='no-Cache'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
</head>
<card id='main' title='網站設置'>
<p >
<%if request("zhan_name")="" or request("shou")="" then%>
你填寫的數據不完整,請從新填寫
<br/><a href='lianjie_tian.asp'>重新填寫</a>
<%else%>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from shezhi where id=1"
rs.open sql,conn,1,3
rs("shu")=request("shu")
rs("shou")=request("shou")
rs("zhan_name")=request("zhan_name")
rs("mulu")=request("mulu")
rs.update
%>
設置成功!!
<br/><a href='main.asp'>管理首頁</a>
<%rs.close
conn.close
set conn=nothing%>
<%end if%>
</p>
</card>
</wml>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -