?? liuchengsenddate.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 + -