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

📄 liuchengsenddate.asp

📁 企业办公自动化管理系统 asp+sql server 2005
💻 ASP
字号:
<!--#include file="include/opendb.asp"-->
<!--#include file="include/sqlstr.asp"-->
<!--#include file="include/checked.asp"-->
<!--#include file="include/bgsub.asp"-->
<%
'On Error Resume Next

oabusyname=request.cookies("oabusyname")
oabusysuid=request.cookies("oabusysuid")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusysuid="" then response.redirect "default.asp"


sendto=request("sendto")
%>
<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">
<link rel="stylesheet" href="css/css.css" type="text/css">
<title>企业管理系统</title>
<%
call bghead()
%>
<center><b>创建公文流程</b></center>
<%
call bgmid()
%>
<script Language="JavaScript">
 function form_check(){
   if(document.form3.title.value.length<1){window.alert("标题不能空");document.form3.title.focus();return (false);}
}

</script>

<br>
<center><form method="post" name="form3" action="liuchengsenddateindb.asp" onsubmit="return form_check();">
    <table border="1" cellpadding="0" cellspacing="0" width="100%">
      <tr> 
        <td align="center" width="80"><b>公文标题</b><font color=red>*</font></td>
        <td> 
          <input type=text name="title" style="width=100%">
          </td>
      </tr>
      <tr> 
        <td align="center" valign="top"><b>保密级别</b></td>
        <td> 
          <select name="select" style="width=100%">
            <option value="一般" selected>一般</option>
            <option value="保密">保密</option>
            <option value="绝密">绝密</option>
          </select>
        </td>
      </tr>
      <tr> 
        <td align="center" valign="top"> <b><br>
          内  容</b></td>
        <td> 
          <textarea name="content" rows="9" style="width=100%"></textarea>
        </td>
      </tr>
      <tr> 
        <td align="center"><b>步 骤 数</b></td>
        <td> 
          <select name="buzhoushu" size="1" style="width=100%">
            <%for i=1 to 10%>
            <option value="<%=i%>"><%=i%></option>
            <%next%>
          </select>
        </td>
      </tr>
      <tr> 
        <td align=center><b>计划结束日</b></font></td>
        <td align=center>
          <div align="left"> 
            <input type="text" name="year" size="10" value="<%=year(date)%>">
            - 
            <select name="mouth">
              <option value="<%=month(date)%>" selected><%=month(date)%></option>
              <%for i=1 to 12%>
              <option value="<%=i%>"><%=i%></option>
              <%next%>
            </select>
            -
            <select name="day">
              <option value="<%=day(date)%>" selected><%=day(date)%></option>
              <%for i=1 to 31%>
              <option value="<%=i%>"><%=i%></option>
              <%next%>
            </select>
          </div>
       </td>
      </tr>
      <tr> 
        <td align=center colspan=2> 
          <input type="submit" name="submit" value="下一步">
        </td>
      </tr>
    </table>
  </form>
</center>

<%
call bgback()
%>

</body>  
  
</html>  


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -