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

📄 rifa.asp

📁 企业信息化管理系统:针对的是一个计算机配件生产公司为背景实现的。
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/MainBorder.css" rel="stylesheet" type="text/css">
<title>上报日报表</title>
<style type="text/css">
<!--
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
body,td,th {
	font-size: 12px;
}
body {
	background-color: #ffffff;
}
.style3 {color: #000000}
-->
</style>
<link href="biaodan.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE4 {color: #FFFFFF}
-->
</style>
</head>

<body>
<form name="form1" method="post" action="rifaz.asp">
  <table width="200" border="0">
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="378" height="208" border="0" align="center" cellspacing="0" bgcolor="#0099FF" bordercolor="#0099FF">
    <tr>
      <td height="48" colspan="2"><div align="center" class="style1 style3 STYLE4">填报日报表</div></td>
    </tr>
    <tr>
      <td width="115" height="38" class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'"><div align="center">主板:</div></td>
      <td width="253" class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'">   
        <input name="mei" type="text" id="mei" class="unnamed1">
      (件)
      <input name="post" type="hidden" id="post" value="true"></td>
    </tr>
    <tr>
      <td height="36" class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'"><div align="center">鼠标:</div></td>
      <td class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'"> 
        <input name="gang" type="text" id="gang" class="unnamed1">
      (件)</td>
    </tr>
    <tr>
      <td height="43" class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'"><div align="center">运行情况:</div></td>
      <td class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'"> 
        <input name="yun" type="text" id="yun" class="unnamed1"></td>
    </tr>
    <tr bgcolor="#F3F3F3">
      <td height="43" colspan="2"><div align="center">
        <input name="Submit" type="submit" class="s04" value="上报日报表">
           
         <input name="Submit2" type="reset" class="s04" value="重新填写">
      </div></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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