📄 e_typekill.asp
字号:
<%@ Language=VBScript %>
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->
<!--#include file="chkuser.asp" -->
<%
IF request.cookies(eChuang)("KEY")<>"super" THEN
Show_Err("对不起,您的后台管理权限不够!")
response.end
else
dim typeid
typeid=ChkRequest(request("typeid"),1) '防注入
Set rs6 = Server.CreateObject("ADODB.Recordset")
sql6 ="SELECT * From "& db_Type_Table &" where typeid=" & typeid & " order by typeID"
RS6.open sql6,Conn,3,3
%>
<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>
<title><%=copyright%><%=version%> <%=ver%> - 删除总栏_建站铺修正版_bbs.jzpu.com</title>
</head>
<body topmargin="0">
<!--#include file=Admin_Top.asp-->
<div align="center">
<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="<%=border%>">
<form action=E_TypeKillOK.asp method=post>
<tr class="TDtop">
<td height=25 class="TDtop" align="center">┊ <B>删除总栏确认</B> ┊ </td>
</tr>
<input type="hidden" name="typeid" value="<%=typeid%>">
<tr>
<td width="100%" align=center bgcolor="#FFFFFF">
<p></p>
<p>删除总栏:[ <%=rs6("typeName")%> ]?
<font color=red><br><br>
(此操作将一起删除相应的大类、小类和文章!并且删除后将无法恢复!)</font>
</p>
<p></p>
</td>
</tr>
<tr>
<td width="100%" align=center class="TDtop" height="55" >
<input type=submit value=" 是 " name="alert_button" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
<input type=submit value=" 否 " name="alert_button" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#EAEAF4'">
</td>
</tr>
</form>
</table>
</div>
</body>
</html>
<!--#include file=Admin_Bottom.asp-->
<%rs6.close
set rs6=nothing
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -