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

📄 incomeupdate.jsp

📁 海鲜超市管理 登录 修改 增加 等功能jsp+servlet
💻 JSP
字号:
<%@ include file="/jsp/include/ceil.jsp"%>
    <TD vAlign=top width=567 height="272" 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="/UpdateIncomeServlet">
<%
	String deptName = request.getParameter("deptName");
	String deptId = request.getParameter("deptId");
	String dueDate = request.getParameter("dueDate");
	String income = request.getParameter("income");
	String incomeId = request.getParameter("incomeId");
%>	
	<p align="center"><font color="#993333"><b>Department Name : <%=deptName%>
	<br>DueDate : <%=dueDate%></b></font></p>
	
    <input type = "hidden" name = "deptName" value ="<%=deptName%>" />
    <input type = "hidden" name = "deptId" value ="<%=deptId%>" />
    <input type = "hidden" name = "incomeId" value ="<%=incomeId%>" />
    <input type = "hidden" name = "dueDate" value = "<%=dueDate%>">
	
      <p align="center"><font color="#993333"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Daliy Income Sum:<input type="text" maxlength = "8" name="income" size="11" value = "<%=income%>" >$</b></font></p>

<%@ include file="/jsp/include/displayError.jsp"%>
      
      <p align="center"><input type="submit" value="Update" name="B1" style="color: #800000; font-weight: bold; background-color: #FDCC64">&nbsp;&nbsp;&nbsp;
      <input type="reset" value="Reset" name="B2" style="color: #800000; font-weight: bold; background-color: #FDCC64">&nbsp;&nbsp;&nbsp;
    </form>
    <form method="POST" action="/ToAddDept" >
      <input type="submit" value="Add Department" name="B3" style="background-color: #FDCC64; color: #800000; font-weight: bold"></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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -