📄 delerr.asp
字号:
<!--#include file="conn.asp"-->
<title>清除错误</title>
<style type="text/css">
<!--
td { font-size: 12px; line-height: 17px }
body { font-size: 12px; line-height: 17px }
p { margin-top: 1; margin-bottom: 1 }
a:link { text-decoration: none; color: black }
a:visited { text-decoration: none; color: black }
a:active { text-decoration: none }
a:hover { text-decoration: underline; color: red }
-->
</style>
<%
if session("admin")="" then
response.redirect "../0_1.htm"
end if
%>
<%
id=request("id")
sqlerr="update data set err=0 where id="&id
set rs_err=conn.execute(sqlerr)
set rs_err=nothing
%>
<table border="0" width="100%" id="table1">
<tr>
<td align="center">
<font color="#FF0000">操作成功</font>
</td>
</tr>
</table>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -