📄 typeinsert.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>添加类别名称</title>
</head>
<style type="text/css">
<!--
body{
margin-left:0px;
margin-top:0px;
}
td{
font-size:9pt;
}
-->
</style>
<script language="JavaScript">
function RgTest(){
if(document.form.typeName.value==""){
window.alert("请输入添加类别名称:");
document.form.typeName.focus();
return false;
}
return true;
}
</script>
<body>
<table width="568" height="419" border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
<tr>
<td align="center"bgcolor="#FFFFFF">
<p><strong style="color:#FF9900">添加类别名称</strong></p>
<form name="form" method="post" action="../../../typeInsertAction.do" onSubmit="return RgTest()">
<table width="256" border="0" cellspacing="1" cellpadding="2" bgcolor="#052754">
<tr>
<td width="70" align="center" height="24" bgcolor="#0099cc">名称:</td>
<td width="175" bgcolor="#ffffff"><input type="text" name="typeName"></td>
</tr>
</table>
<br>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="Submit" value="重置">
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -