del_detail.asp
来自「《网上图书管理系统》 开发及测试环境 操作系统:Windows 2000 」· ASP 代码 · 共 48 行
ASP
48 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?