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

📄 zysoft_datasearch.asp

📁 搭建智元软件公文传输系统运行环境(搭建智元软件公文传输系统运行环境转载)
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language=JavaScript src="css/init.js"></script>
<SCRIPT src="js/popupCal.js"></SCRIPT>
<LINK href="css/global.css" rel=stylesheet type=text/css>
<link rel="stylesheet" href="css/list.css" type="text/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:30%;}
-->
</style>
<script language=JavaScript>
  function ChangeUser()
    {
	document.form1.fldfwdw.value = document.form1.seluser.value;
    }

  function ChangeType()
    {
	document.form1.fldtype.value = document.form1.seltype.value;
    }
  function form_check()
    {
	   fld=0;
	   if (document.form1.fldtitle.value!="")
	    {
			fld=1;
		}
		
	   if (document.form1.fldtype.value!="")
	    {
			fld=1;
		}				

	   if (document.form1.fldfwdw.value!="")
	    {
			fld=1;		
		}				

	   if (document.form1.fldstartdate.value!="")
	    {
			fld=1;
			   if (document.form1.fldenddate.value=="")
				{
					alert("请填写检索条件的发布时间结束日期。");
					return false;
				}						
		}	
					
	   if (document.form1.fldenddate.value!="")
	    {
			fld=1;
			   if (document.form1.fldstartdate.value=="")
				{
					alert("请填写检索条件的发布时间开始日期。");
					return false;
				}								
		}						
		
		if (fld==0)
		{
			alert("请填写其中一项检索条件。");
			return false;
		}
	    else
		{
			document.form1.submit();
		}
	}
	function myqs(id,reid)
	 {
	   my=prompt("请输入签收人姓名:","");
	   if (my!=null&&my!="") { 
	     window.open('zysoft_showdoc.asp?id='+id+'&reid='+reid+'&action=1&name='+my,'_self');
	   }
	}
</script>
</head>

<body leftmargin="0" topmargin="0">
<%
   Dim ZYDocCom
   Set ZYDocCom = Server.CreateObject("ZYCom_DOCManager.clsDataManager") 
   ZYDocCom.subDataSearch
   Set ZYDocCom = Nothing
%>
</body>
</html>

⌨️ 快捷键说明

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