📄 liandelbig.asp
字号:
<%
if session("flag")="" then
response.redirect "adminlogin.asp"
response.end
end if
%>
<%if session("flag")>1 then
response.write"<SCRIPT language=JavaScript>alert('对不起,你没有这个权限!');"
response.write"javascript:history.go(-1)</SCRIPT>"
response.end
end if%>
<!--#include file="conn.asp"-->
<%
if session("flag")="" then
response.redirect "adminlogin.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<title>删除确认</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<% set rs=server.createobject("adodb.recordset")
sql="select * from Aclass where id="&request("id")
rs.open sql,conn,1,1
%>
<form name="form1" method="post" action="liansave.asp">
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tr><td align="center" valign="top">删除-<%=rs("class")%><BR><BR></td></tr>
<tr><td align="center" valign="top">
警告:是否真的要删除,这将彻底删除,不可恢复的<BR><BR></td></tr>
<tr><td align="center" valign="top">
<input name="id" type="hidden" value="<%=request("id")%>"><input name="types" type="hidden" value="del">
<input name="Save" type="submit" id="Save" value=" 确 认 "></td>
</tr>
</table></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -