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

📄 tushujieyue.jsp

📁 jsp与数据库连接的图书馆管理系统
💻 JSP
字号:
<%@page contentType="text/html;charset=gbk" %><style type="text/css">
<!--
body {
	background-image: url();
	background-color: #FFCCFF;
}
.STYLE1 {
	font-size: large;
	font-weight: bold;
}
.STYLE2 {font-size: medium}
-->
</style>
<form name="form1" method="post" action="tushujieyue_result.jsp">
  <table width="70%" height="114" border="1" align="center">
    <tr> 
      <td height="47"> <div align="center"><strong><font size="5">图书借阅</font></strong> 
        </div>
        <p></p></td>
    </tr>
    <tr> 
      <td><p>图书编号: 
          <input name="idbook" type="text" id="idbook">
           借书人编号: 
          <input name="idcustomer" type="text" id="idcustomer">
        </p></td>
    </tr>
    <tr> 
      <td> <div align="center"> 
          <input type="submit" name="Submit" value="借阅">
          <input type="reset" name="Submit2" value="重置">
        </div></td>
    </tr>
  </table>
  <p align="center">&nbsp;</p>
</form>
<strong><font size="5"></font></strong> 
<p>&nbsp;</p>

⌨️ 快捷键说明

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