?? youbiankill.asp
字號:
<!--#include file="conn.asp"-->
<%if session("bjxadmin")="" then
response.Write "<script language='javascript'>alert('網(wǎng)絡(luò)超時或您還沒有登陸!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<p align=center><font color=red>您沒有此項(xiàng)目管理權(quán)限!</font></p>"
response.End
end if
end if
dim id
id=request("id")
if id<>"" then
if not isnumeric(id) then
response.write"<script>alert(""非法訪問!"");location.href=""../index.asp"";</script>"
response.end
end if
end if
conn.execute("delete FROM BJX_youbian where id=" &id)
conn.close
set conn=nothing
response.write "<script language=javascript>alert('成功刪除郵編!');window.location.href='youbianmanage.asp';</script>"
response.end
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -