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

📄 zysoft_newmeet.asp

📁 搭建智元软件公文传输系统运行环境(搭建智元软件公文传输系统运行环境转载)
💻 ASP
字号:
<html>
<head>
<title><%=Request.Cookies("homename")%></title>
<META name="keywords" content="<%=Request.Cookies("homename")%> ">
<META content="<%=Request.Cookies("homename")%>" name="description">
<SCRIPT language=javascript src="css/init.js"></SCRIPT>
<script Language="JavaScript">
 function form_check(){
   if(!document.form2.alluser.checked){
      if(document.form2.joinman.value==""){window.alert("参会人员不能为空");document.form2.joinman.focus();return false;}
   }
   if(document.form2.meetname.value==""){window.alert("会议名称不能为空");document.form2.meetname.focus();return false;}
   if(document.form2.meettime.value==""){window.alert("会议时间不能为空");document.form2.meettime.focus();return false;}
   if(document.form2.hydd.value==""){window.alert("会议召开地点不能为空");document.form2.hydd.focus();return false;}
   if(document.form2.cjdx.value==""){window.alert("会议参加对象不能为空");document.form2.cjdx.focus();return false;}
   if(document.form2.opendept.value==""){window.alert("组织单位不能为空");document.form2.opendept.focus();return false;}
   document.form2.fldfile.value=document.form2.file.value;     
   document.form2.submit();
 }
</script>
<link rel="stylesheet" href="css/css.css">
<style type="text/css">
<!--
.gwTableClass { border:solid 1px #FFFFFF;backGround-Color:#EAEAEA;}
.gwTdTitle { color:#FF0000;font:bold 16pt 宋体; height:35pt; text-Align:center;}
.gwTdLabel { color:#FF0000; font:bold 9pt 宋体; height:30pt; text-Align:center;}
.gwTextInput { font:9pt 宋体; border:solid #CCCCCC; border-width:0px 0px 1px 0px; width:90%;}
.gwTextInput1 { font:9pt 宋体; border:solid #CCCCCC; border-width:0px 0px 1px 0px; width:70%;}
select { font:bold 9pt 宋体; color:#F84A53; backGround-Color:#EAEAEA;}
-->
</style>
</head>
<body topmargin="0" leftmargin="0">
<%
   Dim ZYDocCom
   Set ZYDocCom = Server.CreateObject("ZYCom_DOCManager.clsMeetManager") 
   ZYDocCom.subNewMeet
   Set ZYDocCom = Nothing
%>
</body>
</html>

⌨️ 快捷键说明

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