⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fawq.asp

📁 1、公文管理 公文管理是办公系统的核心
💻 ASP
字号:
<!--#include file="conn.inc"-->
<%
sql="select * from document where id="&request("id")
rs.open sql,conn,3,2
%>
<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:visited {TEXT-DECORATION: none;color:#000000}
A:active  {TEXT-DECORATION: none;color:#ff0000}
A:hover   {TEXT-DECORATION: underline;color:#ff0000}
A:link    {TEXT-DECORATION: none;color:#000000}
.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="createfawq.asp">
        <blockquote>
          <p><br>
          发文机关:<input type="text" name="author" size="20" value="<%=rs("author")%>"></p>
          <p>文件作者:<input type="text" name="ren" size="20" value="<%=rs("ren")%>"><br>
          <br>
          文件编号:<input type="text" name="zihao" size="20" value="<%=rs("zi")%>字第<%=rs("hao")%>号"><br>
          <br>
          文件日期:<input type="text" name="d_date" size="12" value="<%=year(rs("d_date"))%>年<%=month(rs("d_date"))%>月<%=day(rs("d_date"))%>日"><br>
          <br>
          文件标题:<input type="text" name="title" size="80" value="<%=rs("title")%>"><br>
          <br>
          <br>
          <br>
          </p>
          <p align="center"><input type="submit" value="生成" name="生成" class="button01"></p>
          </FORM>
        </blockquote>
      </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 + -