?? kehu_linkman_del.asp
字號:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file=DataBase/conn.asp-->
<!--#include file=config.asp-->
<!--#include file=purview.asp-->
<%
call linkman
if request("del")<>"" then
kid=Split(Request("del"),",")
response.Write("正在刪除...")
for i=0 to ubound(kid)
sqld="delete from tb_Linkman where id="&clng(kid(i))
conn.execute(sqld)
next
if request("p")="" then
response.Redirect("KeHu_Linkman.asp")
else
response.Redirect("KeHu_Linkman.asp?p="&request("p"))
end if
else
response.Write("<script language=javascript>alert('請選擇要刪除的信息');location='javascript:history.go(-1)'</script>")
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -