?? lianjie_shan_ok.asp
字號(hào):
?<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
'====================================================================
' 請(qǐng)你保留這段說明,這并不會(huì)影響你的速度,
' 程序制作:橫云 掌上校園版權(quán)所有,請(qǐng)勿破解
' 完成時(shí)間: 2007-09-27 主頁(yè)地址: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 >
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="delete from wapqita where id="&request("id")
conn.execute sql
%>
站點(diǎn)刪除成功
<br/><a href='../index.asp'>返回首頁(yè)!</a></p>
</card>
</wml>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -