📄 addauthorized.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.text {
font-family: "宋体";
font-size: 12px;
color: #ffffff;
}
-->
</style>
</head>
<script language="JavaScript">
<!--
function validate()
{
if (form1.authorized.value=="")
{
alert("编制数不能为空!");
form1.authorized.focus();
return false;
}
}
-->
</script>
<body bgcolor="#567D30">
<form name="form1" method="post" action="addauthorized1.asp"onsubmit="return validate()">
<table width="728" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#2D5300" class="text">
<tr bgcolor="#567D30">
<td width="182" height="25" align="center">
<div align="center">编 制 数</div></td>
<td width="182" height="25" align="center">
<input name="authorized" type="text" style="background:#e7e7ef;border-style:solid;border-width:1px;border-color:#e7e7ef" size=25></td>
<td width="182" height="25" align="center">
<div align="center">在 位 数 </div></td>
<td width="182" height="25" align="center">
<input name="nownum" type="text" style="background:#e7e7ef;border-style:solid;border-width:1px;border-color:#e7e7ef" size=25></td>
</tr>
<tr bgcolor="#567D30">
<td height="25" align="center">类别</td>
<td height="25" colspan="3" align="left"> <input name="sort" type="radio" value="干部" checked>
干部
<input type="radio" name="sort" value="战士">
战士</td>
</tr>
<tr bgcolor="#567D30">
<td height="25" colspan="4" align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -