?? action_save.asp
字號:
<!--#include file="conn.inc"-->
<%
sql="select * from document where id="&request("id")
rs.open sql,conn,3,2
rs("kind")=Request.Form("kind")
r_date=dateserial(Request.Form("d1_year"),Request.Form("d1_month"),Request.Form("d1_day"))
rs("r_date")=r_date
rs("author")=Request.Form("author")
rs("zi")=Request.Form("zi")
rs("hao")=Request.Form("hao")
d_date=dateserial(Request.Form("d2_year"),Request.Form("d2_month"),Request.Form("d2_day"))
rs("d_date")=d_date
rs("title")=Request.Form("title")
rs("zhangci")=Request.Form("zhangci")
rs("beizhu")=Request.Form("beizhu")
if request.form("secret")="ON" then
rs("secret")="是"
rs("v_password")=request("v_password")
else
rs("secret")="否"
end if
l_date=dateserial(Request.Form("d3_year"),Request.Form("d3_month"),Request.Form("d3_day"))
rs("l_date")=l_date
rs.update
rs.close
%>
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Language" CONTENT="zh-cn">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<META NAME="GENERATOR" CONTENT="Microsoft FrontPage 4.0">
<META NAME="ProgId" CONTENT="FrontPage.Editor.Document">
<TITLE>發文“字”維護</TITLE>
<STYLE>
<!--
.border { background-color: #D0D7AF; border-left: 1 solid #ECEFDE;
border-right: 1 solid #808000; border-top: 1 solid #EFF1E4;
border-bottom: 1 solid #808000 }
p, td, input, select { font-size: 9pt }
a:link { text-decoration: none; color: #000000 }
a:visited { text-decoration: none; color: #000000 }
a:active { text-decoration: underline; color: #827B00 }
a:hover { text-decoration: underline; color: #827B00 }
.button01 { background-color: #D0D7AF; border: 1 solid #999966 }
-->
</STYLE>
</HEAD>
<BODY BGCOLOR="#EAEDDC" TOPMARGIN="0" LEFTMARGIN="0">
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="100%" HEIGHT="25" CLASS="border">
<P ALIGN="center">文件添加成功。為了他人能夠瀏覽文件內容,必須上傳相關格式文件!!!</TD>
</TR>
<TR>
<TD WIDTH="100%">
<FORM METHOD="POST" ACTION="upload.Asp" ENCTYPE="multipart/form-data">
<P ALIGN="center">
<P ALIGN="center"> </P>
<P ALIGN="center">選擇文件: <INPUT TYPE="file" NAME="File1" SIZE="30" CLASS="button01"> <INPUT TYPE="submit" NAME="submit" VALUE="上傳"></P>
<P ALIGN="center"> </P>
<P ALIGN="center"> </P>
</FORM>
<P ALIGN="center"></P>
<P ALIGN="center"> </P>
<P ALIGN="center"> </P>
<P ALIGN="center"> </P>
<P ALIGN="center"> </TD>
</TR>
</TABLE>
<P ALIGN="center">【<A HREF="javascript:self.close()">關閉窗口</A>】</P>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -