?? shikill.asp
字號(hào):
<!--#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 qx7<>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 shiid,id
shiid=request("shiid")
id=request("id")
conn.execute("delete From shop_szShi where id=" &shiid)
conn.close
set conn=nothing
response.write "<p align=center><font color=red>恭喜您!您選擇的市已經(jīng)被刪除!<br>2秒鐘后返回上頁!</font>"
if id<>"" then
response.write "<meta http-equiv=""refresh"" content=""2;url=shimanage.asp?shengid="&id&""">"
else
response.write "<meta http-equiv=""refresh"" content=""2;url=shimanage.asp"">"
end if
response.end
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -