📄 tongzhishanchu.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/MainBorder.css" rel="stylesheet" type="text/css">
<title>通知删除</title>
</head>
<body bgcolor="#336699" >
<!--#include file="Connections/auto.asp" -->
<%
set RS = server.CreateObject("ADODB.Recordset")
Sname="select * from tongzhi where id="&Request.QueryString("ID")
RS.open Sname,CN,1,3
RS.delete
RS.update
%>
<table width="200" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td align="center">
<p> </p>
<p>
<%response.write("删除成功!")%>
</p>
<p>
<input name="myclose" type="button" class="s04" id="myclose" value="关闭窗口" onClick="javascrip:window.close()">
</p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -