?? admin_mb_del2.asp
字號:
<%
if session("admin__user")="" then
Response.Redirect "login.asp?id=8"
end if
%>
<!--#include file = admin_chk.asp -->
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<style>
<!--
a:link { font-size: 9pt; font-family: 宋體; color: #000000;text-decoration: none; }
a:visited { color: #000000; font-family: 宋體; font-size: 9pt;text-decoration: none; }
a:hover { font-size: 9pt; font-family: 宋體; color: #000000;TEXT-DECORATION: underline; }
body { font-family: 宋體; color: #000000; font-size: 9pt }
p { color: #000000; font-family: 宋體; font-size: 9pt }
td { font-size: 9pt; font-family: 宋體; color: #000000 }
input { font-size: 9pt; font-family: 宋體; color: #000000 }
-->
</style>
</head>
<!--#include file = admin_conn.asp -->
<%
id=trim(request("id"))
if id<>"" then
conn.Execute = "delete from newsmb where ID="&id
end if
conn.close
set conn=nothing
Response.Redirect "admin_mb.asp"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -