📄 bm_manage.htm
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>部门管理</title>
<SCRIPT Langugae="Javascript">
<!--
function checkform()
{
if((document.formuser.T_bmid.value=="")&&(document.formuser.B_but.value=="click"))
{
document.formuser.B_but.value="";
alert("请填写部门编号",4,1);
return (false);
}
return(true);
}
function buttonClick()
{
document.formuser.B_but.value="click";
return(true);
}
-->
</SCRIPT>
</head>
<body>
<p align="center"><b><i><font size="5">部门管理</font></i></b></p>
<table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#0000FF" width="94%" id="AutoNumber1" height="168">
<tr>
<td width="82%" height="168" bgcolor="#FFFFFF">
<form name="formuser" method="POST" onSubmit="return checkform()" action="bm_manage_db.jsp">
<blockquote>
<p>部门编号:<input type="text" name="T_bmid" size="20"><br>
部门名称:<input type="text" name="T_bmname" size="20"> <br>
主管姓名:<input type="text" name="T_zgname" size="20"> <br>
联系电话:<input type="text" name="T_tele" size="40"> <br>
家庭住址:<input type="text" name="T_addr" size="40"><br>
部门备注:<textarea rows="3" name="S_bz" cols="39"></textarea></p>
</blockquote>
<p align="center"><input type="submit" value="增加" name="B_but" onClick="buttonClick(this.form)">
<input type="submit" value="修改" name="B_but" onClick="buttonClick(this.form)">
<input type="submit" value="删除" name="B_but" onClick="buttonClick(this.form)">
<input type="submit" value="查询全部" name="B_but">
<input type="reset" value="重置" name="B2"></p>
</form>
<p> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -