📄 del_detail.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%
ID=request.QueryString("ID")
sql = "DELETE FROM DB_Member WHERE ID = '" + Replace(ID, "'", "''") + "' "
conn.Execute sql
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注销会员!</title>
<link href="style.css" rel="stylesheet">
</head>
<body leftmargin="0" topmargin="0">
<table width="640" height="133" border="0" cellpadding="-1" cellspacing="-1">
<tr>
<td background="images/writeoff.jpg"> </td>
</tr>
</table>
<table width="640" height="341" border="0" cellpadding="-1" cellspacing="-1">
<tr>
<td valign="top" background="images/buycar_bottom.jpg">
<div align="center">
<table width="97%" height="207" border="0" cellpadding="-1" cellspacing="-1">
<tr>
<td height="37"></td>
</tr>
<tr>
<td height="84" valign="top"> <br>
<div align="center"><font color="#C60001" size="3"> <strong>该会员资料已经删除!<br>
单击“返回”按钮继续删除会员信息 !</strong></font><br>
<br><br>
</div></td>
</tr>
<tr>
<td valign="top"><div align="center"><a href="del.asp">
<img src="images/register_back.gif" width="81" height="36" border="0"></a>
</div></td>
</tr>
</table>
</div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -