?? pingpaikill.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('網(wǎng)絡(luò)超時(shí)或您還沒有登陸!');window.location.href='login.asp';</script>"
response.End
end if
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您沒有此項(xiàng)目管理權(quán)限!</b></font></div>"
response.End
end if
if qx1<>1 then
response.Write "<div align=center><font size=80 color=red><b>您沒有此項(xiàng)目管理權(quán)限!</b></font></div>"
response.End
end if
dim pingpaiid
pingpaiid=request("pingpaiid")
conn.execute("delete From shop_pingpai where id=" &pingpaiid)
conn.close
set conn=nothing
response.write "<p align=center><font color=red>恭喜您!您選擇的品牌已經(jīng)被刪除!<br>2秒鐘后返回上頁!</font>"
response.write "<meta http-equiv=""refresh"" content=""2;url=pingpaimanage.asp"">"
response.end
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -