⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 del.asp

📁 在线报名系统 后台admin.asp 密码 admin/admin
💻 ASP
字号:
<head>
<title>删除管理?</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>

<p align="center">

<!-- #include file="conn.asp" -->
<%   
  id=request("id") 
  yesno=request("confirm")
  if request("first")<>"yes" then
%>
<br>
<p align="center"><font color=red size=+1><b>要删除此报名信息吗?</b></font><b><BR></b><br>
</p>
<table border=0 cellpadding=1 cellspaceing=0  align="center" width=50%>

<tr align="center">
<td width=50% align="center">
<form action="delmessage.asp?id=<% =id %>&confirm=yes&first=yes" method="post">
<input type=submit value="确定删除" onmouseover="this.style.color='#ff8800'" onmouseout="this.style.color='#eeeeee'">
</form>
</td>
</tr>
</table>
<%  else
    if yesno="yes" then
    sql="delete from mail where id=" & id
    conn.execute(sql)
    conn.close  %>

   
<BR>


</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -