📄 chuli-login.asp
字号:
<!--#INCLUDE FILE="sysinc.asp" -->
<html>
<head>
<LINK href="../style.css" rel=stylesheet>
<title>文件删除</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center">
<%
if session("权限")="管理" then
sqlstr="delete from 系统日志信息 where 日志编号="&request("id")
my_rs.open sqlstr,my_Conn,1,3
response.write "成功删除文件!!"&" "&"<input type='button' value='关闭窗口' name='B2' class='buttonface' onclick='javascript:self.close()'>"
else
response.write "你没有权限删除该文件,请与管理员联系!!"&" "&"<input type='button' value='关闭窗口' name='B2' class='buttonface' onclick='javascript:self.close()'>"
end if%>
<br>
</div>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -