?? pingpaikill.asp
字號:
<!--#include file="conn.asp"-->
<%if session("bjxadmin")="" then
response.Write "<script language='javascript'>alert('網絡超時或您還沒有登陸!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<p align=center><font color=red>您沒有此項目管理權限!</font></p>"
response.End
end if
end if
dim pingpaiid
pingpaiid=request("pingpaiid")
conn.execute("delete from BJX_pingpai where id=" &pingpaiid)
conn.close
set conn=nothing
response.write "<script language=javascript>alert('成功刪除品牌!');window.location.href='pingpaimanage.asp';</script>"
response.end
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -