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

📄 step1.asp

📁 1、公文管理 公文管理是办公系统的核心
💻 ASP
字号:
<!--#include file="conn.inc"-->
<%
sql="select * from kind"
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="step2.asp">
        <blockquote>
          <p align="center"><br>
          </p>
          <p align="center"> </p>
          <blockquote>
            <blockquote>
              <blockquote>
                <blockquote>
                  <blockquote>
                    <blockquote>
                      <p align="left">文件类型:<select size="1" name="kind">
                        <option></option>
                        <option value="发文">发文</option>
                        <option value="收文">收文</option>
                      </select><br>
                      <br>
                      年&nbsp;&nbsp;&nbsp; 份:<input type="text" name="s_year" size="12"><br>
                      <br>
                      文件字号:<select size="1" name="s_zi">
                        <option></option>
                        <%
do while not rs.eof
                        %>
                        <option value="<%=rs("zi")%>"><%=rs("zi")%></option>
                        <%
rs.movenext
loop
                        %>
                      </select></p>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <p align="center"><br>
          <br>
          <br>
          <br>
          </p>
          <p align="center"><input type="submit" value="确定" 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 + -