📄 dodelviewhelp.asp
字号:
<!--#include file="globe/DataConnect.asp"-->
<%
ID=trim(request.querystring("ID"))
sql = "Delete From Help Where ID ="&ID&" "
Cnn.Execute sql
Set ID = Nothing:Set sql = Nothing
%>
<!--#include file="globe/DataClose.asp"-->
<html>
<head>
<title>DoDelViewHelp</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" TYPE="text/css" HREF="globe/style.css">
</head>
<body bgcolor="#ccddff">
<%'error handler
Dim error
error=request.querystring("error")
if error<>"" then
response.write error&"<br>"
end if
%>
<div id='layer1' style='position:absolute;width:550px;top:100px;left:31px'>
<TABLE bgColor=#ffffff border=1 borderColor=#000000 borderColorDark=#ffffff borderColorLight=#000000 cellSpacing=0>
<TBODY>
<TR><TD bgColor=#ccddff borderColor=#000000 borderColorDark=#ffffff borderColorLight=#000000 height=25 width=550>
<P align="center">删除完成,请点击<A href='Help.asp'>
<返回></P>
</TD></tr>
</tbody></table></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -