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

📄 zysoft_newtg.asp

📁 搭建智元软件公文传输系统运行环境(搭建智元软件公文传输系统运行环境转载)
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script Language="JavaScript">
 function form_check(){
   if(document.form2.title.value==""){window.alert("标题不能为空");document.form2.title.focus();return (false);}
   if(document.form2.content.value==""){window.alert("内容不能为空");document.form2.content.focus();return (false);}
   document.form2.submit();
 }
 function form_checkadd(){
   if(document.form1.title.value==""){window.alert("标题不能为空");document.form1.title.focus();return (false);}
   if(document.form1.content.value==""){window.alert("内容不能为空");document.form1.content.focus();return (false);}
   document.form1.submit();   
               }
</script>
<script language=JavaScript src="css/init.js"></script>
<style type="text/css">
<!--
.gwTableClass { border:solid 1px #FFFFFF;backGround-Color:#EAEAEA;}
.gwTdTitle { color:#FF0000;font:bold 16pt 宋体; height:30pt; 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%;}
select { font:bold 9pt 宋体; color:#F84A53; backGround-Color:#EAEAEA;}
-->
</style>
<link rel="stylesheet" href="css/css.css">
</head>
<body topmargin="0" leftmargin="0"> 
<%
   Dim ZYDocCom
   Set ZYDocCom = Server.CreateObject("ZYCom_DOCManager.clsTongbaoManager") 
   ZYDocCom.subnewTg
   Set ZYDocCom = Nothing
%>
</body>
</html>

⌨️ 快捷键说明

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