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

📄 manage.htm

📁 企业信息化管理系统:针对的是一个计算机配件生产公司为背景实现的。
💻 HTM
字号:
<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">
<!--
div {
	
	margin-top: 90px;
}
-->
</style>
<script language="vbscript">
sub OK()
  PWD.cpart.value=""
  PWD.cpart.focus()
  PWD.epart.value=""
  PWD.epart.focus()
end sub
sub IsOK()
a=Trim(PWD.cpart.value)
b=Trim(PWD.epart.value)
if a="" or b="" then
  alert("请输入部门名称及英文名称!") 
  OK()
  exit sub
end if 
if a<>"" then 
   PWD.submit()
end if
end sub
</script>
</head>

<body onLoad="OK()">

<div id="PWD_C">
<form name="PWD" action="manage.asp" method="post">
<table align="center" width="406" border="0" cellspacing="1" bgcolor="#0099FF" cellpadding="0">
  
  <tr>
    <td width="124" height="30" align="right" class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'">新部门中文名称</td>
    <td width="279"  class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'"><input type="text" name="cpart">
&nbsp;      </td>
  </tr>
  <tr>
    <td height="30" align="right"  class="but01" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but'">新部门英文名称</td>
    <td  class="but1" onMouseDown="this.className='tddown'" onMouseUp="this.className='but'" onMouseOut="this.className='but1'"><input type="text" name="epart">
&nbsp; </td>
  </tr>
  <tr>
    <td height="30" colspan="2" align="center"  bgcolor="#FFFFFF"><input name="enter" type="button" class="s04" onClick="IsOK()" value="添加部门">
    &nbsp;&nbsp;&nbsp;
      <input name="ReSet" type="reset" class="s04" id="ReSet" value="重新填写"></td>
    </tr>
</table>
</form>
</div>
</body>
</html>

⌨️ 快捷键说明

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