📄 shanchu.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!-- #include file=check.asp -->
<%
dim id
id=request("id")
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<title>删除记录</title>
</head>
<body text=000000 bgcolor=000000 leftmargin="20" style="background-color: #FFFFFF">
<%
Rs.open "select * from baoming where id="&id&" order by shijian DESC",con,1,3
if Rs.eof or Rs.bof then
response.write "<span class=p9>还没有任何报名!</span>"
%>
【<a href="jiaofei.asp">返回</a>】
【<a href="http://www.yuxisan.com">返回主页</a>】
<%
Rs.close
set Rs=nothing
con.close
set con=nothing
response.end
end if
Rs.delete
Rs.close
set Rs=nothing
con.close
set con=nothing
%>
<center>
<span class=p9><br>
已经成功删除!!<br><br>
【<a href="guanli.asp?page=<%=request("page")%>">返回管理</a>】
【<a href="guanli.asp">返回</a>】
【<a href=http://www.yuxisan.com>返回主页</a>】
</span>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -