departmentupdate.jsp

来自「海鲜超市管理 登录 修改 增加 等功能jsp+servlet」· JSP 代码 · 共 29 行

JSP
29
字号
<%@ include file="/jsp/include/ceil.jsp"%>
    <TD vAlign=top width=567 height="282" rowspan="7">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <p align="center">&nbsp;</p>
    <form method="POST" action="/UpdateDeptServlet">
      <!--webbot bot="SaveResults" u-file="E:\ij&#39033;&#30446;1\UI\_private\form_results.txt" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
      <p align="center"><b><font color="#993333">
      <%
      String deptName = request.getParameter("deptName");
      String deptId = request.getParameter("deptId");
      String description = request.getParameter("description");
      %>
      
      Department Name:</font></b><input type="text" name="deptName" maxlength = "200" size="20" value="<%=deptName%>"></p>
      <p align="center"><font color="#993333"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Description:<input type="text" name="description" maxlength = "200" size="20" value="<%=description%>"></b></font></p>
<%@ include file="/jsp/include/displayError.jsp"%>
      <input type = "hidden" name = "deptId" value ="<%=deptId%>" />
      <p align="center"><input type="submit" value="Update" name="B1" style="color: #800000; font-weight: bold; background-color: #FDCC64"><input type="reset" value="Reset" name="B2" style="color: #800000; font-weight: bold; background-color: #FDCC64"></p>
    </form>
    </TD>
  </TR>
<%@ include file="/jsp/include/side.jsp"%>
  <TR>
    <TD vAlign=bottom width=746 height="34" colspan="2">
    </TD>
  </TR>

 <%@ include file="/jsp/include/floor.jsp"%>

⌨️ 快捷键说明

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