?? doctooldprog.htm
字號(hào):
<!--#include file="../inc/Secure.htm"-->
<!--#include file="../inc/conn.htm"-->
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../CSS/main.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<%
ID=trim(request("ID"))
if request("cmdUp")<>"" and isnumeric(ID) then
oConn.execute "update tblDoc set isOld=1 where ID="& ID
response.write "<p align=center>歸檔處理完成,<a href=DocToOld.htm>[返回]</a></p>"
response.end
end if
if request("cmdDelete")<>"" and isnumeric(ID) then
oConn.execute "delete tblDocFinal where DocID="& ID
oConn.execute "delete tblDocSuggest where DocID="& ID
oConn.execute "Delete tblDoc where ID="& ID
response.write "<p align=center>公文已經(jīng)刪除!<a href=DocIsOld.htm>[返回]</a></p>"
response.end
end if
%>
</BODY>
</HTML>
<!--#include file="../inc/conn_close.htm"-->
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -