📄 zysoft_modifyfile.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="css/css.css">
<SCRIPT language=javascript src="css/init.js"></SCRIPT>
<script Language="JavaScript">
function fucCheckNUM(NUM)
{
var i,j,strTemp;
strTemp="123456789";
if ( NUM.length== 0)
return 0
for (i=0;i<NUM.length;i++)
{
j=strTemp.indexOf(NUM.charAt(i));
if (j==-1)
{
return 0;
}
}
return 1;
}
function form_check(){
if(!document.form2.alluser.checked){
if(document.form2.joinman.value==""){window.alert("接收单位不能为空");document.form2.joinman.focus();return false;}
}
if(document.form2.title.value==""){window.alert("文件标题不能为空");document.form2.title.focus();return false;}
if(document.form2.fwzh.value==""){window.alert("发文字号不能为空");document.form2.fwzh.focus();return false;}
if(document.form2.fbdw.value==""){window.alert("发文单位不能为空");document.form2.fbdw.focus();return false;}
if(document.form2.filename.value=="没有类型"){window.alert("文件类型不能没有");document.form2.filename.focus();return false;}
//if(document.form2.content.value==""){window.alert("内容简介不能为空");document.form2.content.focus();return false;}
flg=0;
if(document.form2.file1){
if(document.form2.file1.value!="")
{
flg=1;
document.form2.fldfile1.value=document.form2.file1.value;
}
}
if(document.form2.file2){
if(document.form2.file2.value!="")
{
flg=1;
document.form2.fldfile2.value=document.form2.file2.value;
}
}
if(document.form2.file3){
if(document.form2.file3.value!="")
{
flg=1;
document.form2.fldfile3.value=document.form2.file3.value;
}
}
if(document.form2.file4){
if(document.form2.file4.value!="")
{
flg=1;
document.form2.fldfile4.value=document.form2.file4.value;
}
}
if(document.form2.file5){
if(document.form2.file5.value!="")
{
flg=1;
document.form2.fldfile5.value=document.form2.file5.value;
}
}
document.form2.submit();
}
</script>
<style type="text/css">
<!--
.gwTableClass1 {border:solid 1px #FFFFFF;backGround-Color:#EAEAEA;}
.gwTdLabel1 {color:#FF0000; font:bold 9pt 宋体; height:30pt; text-Align:center;}
.gwTdTitle1 {color:#FF0000;font:bold 16pt 宋体; height:35pt; text-Align:center;}
.gwTextInput1 {font:9pt 宋体; border:solid #CCCCCC; border-width:0px 0px 1px 0px; width:70%;}
-->
</style>
</head>
<body topmargin="0" leftmargin="0">
<%
Dim ZYDocCom
Set ZYDocCom = Server.CreateObject("ZYCom_DOCManager.clsDocManager")
ZYDocCom.subAdminModifyFile
Set ZYDocCom = Nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -