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

📄 xinjiansc.asp

📁 现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的
💻 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" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
sqlstr="delete from 私人信件 where 信件编号="&request("id")
my_rs.open sqlstr,my_Conn,1,3

%>
<br>
<br>
<table width="300" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
      <div align="center">删除信件成功! <input type='button' value='关闭窗口' name='B2' class='buttonface' onclick='javascript:self.close()'>
</div>
    </td>
  </tr>
</table>
      
</body>
</html>

⌨️ 快捷键说明

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