?? deluserline.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%Option Explicit%>
<!--#include file="db_conn.asp"-->
<!--#include file="my_libs/my_request.asp"-->
<!--#include file="my_libs/my_lib.asp"-->
<%
dim id
if session("user")="" or session("tel")="" then
wnourl("非法的身份登錄或您的登錄信息已超時!")
end if
id=my_request("id",1)
conn.execute ("delete from ssort_order where id="&id)
conn.close
set conn=nothing
wnourl("此記錄已經刪除,請刷新!")
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -