📄 smallclasskill.asp
字号:
<%@ Language=VBScript %>
<!--#include file=conn.asp -->
<%
IF Session("KEY")<>"super"THEN
response.redirect "login.asp"
response.end
END IF
dim ID
dim SmallClassName
ID = Request("ID")
SmallClassName=request("SmallClassName")
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body>
<p> </p>
<form action=SmallClassKillok.asp method=post>
<p> </p>
<p> </p>
<table border="0" width="450" align=center cellspacing="1" bgcolor="#000000" cellpadding="0">
<tr>
<td width="100%" align="center" height="55" bgcolor="#abb8d6"><b>删 除 新 闻
小 类 确 认</b></td>
</tr>
<input type="hidden" name="smallclassname" value="<%=smallclassname%>">
<tr>
<td width="100%" align=center bgcolor="#FFFFFF">
<p> </p>
<p>删除新闻小类:[<font color="#FF0000"> <%=SmallClassName%> </font>]?<font color=red><br>
<BR>
(此操作将一起删除相应的所有新闻!并且删除后将无法恢复!)</font></p>
<p> </p>
</td>
</tr>
<tr>
<td width="100%"align=center bgcolor="#abb8d6" height="55" >
<input type=submit value=" 是 " name="alert_button">
<input type=submit value=" 否 " name="alert_button">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -