📄 proddel.asp
字号:
<!--#include file="base.asp"-->
<% dim url
IID=request("id")
action=request("action")
if action="questbook" then
sql="DELETE from liuyan WHERE id="+IID
url="liuyan.asp"
else
sql = "DELETE from products WHERE id="+IID
url="products.asp"
end if
rs.Open sql,conn,1,2
set rs=nothing
set conn=nothing
%>
<html>
<head>
<title>删除资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="45%" border="1" cellspacing="1" cellpadding="0" align="center" height="250">
<tr>
<td height="57" bgcolor="#336699">
<div align="center">
<h3><font color="#FF0000"><b>信息已经删除!</b></font></h3>
</div>
</td>
</tr>
<tr>
<td bgcolor="#FFCC00">
<div align="center"><h3><font color="#FF0000">请单击<a href="<%=url%>">这里返回</a> </font></h3></div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -