xinjiansc.asp

来自「现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的」· ASP 代码 · 共 28 行

ASP
28
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?