?? dele.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="inc/char.asp"-->
<!--#include file="chkmanage.asp"-->
<% if request("action")="admin" then
dim id
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from [guest] where id="&id
rs.open sql,conn,1,3
rs.Delete
rs.Close
set rs=nothing
conn.close
set conn=nothing
%>
<script language="javascript">
alert("操作成功!")
location.href="manage.asp"
</script>
<%end if%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -