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

📄 addtype.jsp

📁 oa rar it is the jsp
💻 JSP
字号:
<%@ page language="java" import="java.util.*" contentType="text/html; charset=GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/style1.css" rel="stylesheet">
<link href="<%=request.getContextPath()%>/css/style_2.css" rel="stylesheet">
</HEAD>
<body>
<script language="javascript">
<!--	
	function check(){
		if(form1.typename.value==""){
			window.alert("请填写内容");
			return false;
		}
	}
-->
</script>
<table width="90%"  border="0" align="center">
  <tr>
    <td height="24" align="left" valign="bottom" scope="col">物资类别初始化</td>
  </tr>
</table>

<HR>
<form action="<%=request.getContextPath() %>/servlet/AddAndDeleteTypeServlet" method="post" name="form1"  target="bottomFrame">
<table width="100%"  border="0" cellpadding="0" cellspacing="0" align="center">
  
    <tr>
      <td height="25" colspan="3" align="center"  scope="col"></td>
    </tr>
    <tr>
      <td width="147" height="25" align="right"  scope="col">物资类别</td>
      <td width="63" align="right"  scope="col"></td>
      <td width="789" scope="col" ><input type="text" size="15" name="typename"></td>
    </tr>
    <tr>
      <td height="25" align="right" bgcolor="#E7E8FE" scope="col"></td>
      <td height="25" align="right" bgcolor="#E7E8FE" scope="col">
	  <input type="submit" name="submit" value="&nbsp;添&nbsp;加&nbsp;" onClick="return check()"></td>
      <td height="25" scope="col" bgcolor="#E7E8FE"></td>
    </tr>
</table>
  </form>
</body>
</HTML>




⌨️ 快捷键说明

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