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

📄 insertplace.jsp

📁 图书管理系统 jsp+tomcat+sql2000
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>

<%
String placeNumber=(String)request.getAttribute("placeNumber");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>翼飞图书管理系统——图书设置</title>
</head>


<body>
<div align="center">
<jsp:include page="../topOne.jsp"/>
<jsp:include page="../topTwo.jsp"/>
<table width="799" border="0" cellpadding="0" cellspacing="0" background="Images/upPlace.jpg">
  <tr>
    <td height="21" class="word_black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您当前的位置——图书设置——图书存放位置</td>
  </tr>
</table>
<table width="799" height="28" border="0" cellpadding="0" cellspacing="0" background="Images/operationOne.jpg">
  <tr align="center">
    <td><span class="style2">———————添加图书存放位置———————</span></td>
  </tr>
</table>
<table width="799" height="457" border="0" cellpadding="0" cellspacing="0"   background="Images/operationTwo.jpg">
  <tr>
    <td valign="top" ><br><div align="center">
      <form name="form" method="post" action="placeAction.do?method=insertPlaceAction" onSubmit="return addBookPlace()">
      <table width="400" height="50" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#819BBC" bordercolorlight="#FFFFFF">
        <tr>
          <td width="99" height="30" align="center" bgcolor="#83B9FF"  class="word_white">位置编号</td>
          <td width="295">&nbsp;&nbsp;&nbsp;<%=placeNumber%></td>
        </tr>
        <tr>
          <td height="30" align="center" bgcolor="#83B9FF"  class="word_white">存放位置</td>
          <td>&nbsp;&nbsp;&nbsp;<input name="placeName" type="text" size="35"></td>
        </tr>
      </table><br>

        <input type="submit" name="Submit2" value="添加">&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit" value="清除">&nbsp;&nbsp;&nbsp;
        <input type="button" name="back" value="返回" onClick="javascript:history.go(-1);">
      </form>
    </div></td>
  </tr>
</table><jsp:include page="../bottom.jsp"/>
</div>
</body>
</html>

⌨️ 快捷键说明

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