📄 bbsdel.asp
字号:
<!--#include file="cheak.asp"-->
<!--#include file=conn.asp-->
<%set rs=server.createobject("adodb.recordset")
sql="delete * from bbs where id="&request("id")
rs.open sql,conn,3,3
rs.update
rs.close
set rs=nothing
conn.close
set conn=nohting
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> </p>
<p> </p>
<table width="95%" border="0">
<tr>
<td align="center">删除站内文章成功!</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -