⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_news_del.asp

📁 强大的后台文章编辑器的功能
💻 ASP
字号:
<%
if session("admin__user")="" then
  Response.Redirect "login.asp?id=8"
end if
%>
<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>
<!--#include file = admin_conn.asp -->

<p> </p>
<div align="center">
	<table border="1" width="500" id="table1" cellspacing="0" cellpadding="5" style="border-collapse: collapse" bordercolor="#C0C0C0">
		<tr>
			<td bgcolor="#C0C0C0" width="373"><font face="Wingdings">1</font><b>确定要删除吗?</b></td>
			<td bgcolor="#C0C0C0" width="104">
			<p align="right"><font face="Wingdings 2" size="3">R</font><a href="admin_mb.asp"><font face="Wingdings 2" size="3">Q</font></a></td>
		</tr>
		<tr>
			<td colspan="2"> <p>  如果删除此新闻。新闻将删除且不可恢复。</p>
			<p align="center"><a href="admin_news_del2.asp?id=<%=trim(request("id"))%>">
			<font face="Wingdings 2">Q</font>确定</a>   <a href="admin_news_list.asp"><font face="Wingdings 2">R</font>取消</a></p>
			<p> </td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -