?? addproduct.jsp
字號:
<html>
<%@ page contentType="text/html;charset=gb2312" import="java.sql.*,java.io.*"%>
<head>
<title>增加商品</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<jsp:useBean id="pro" class="product1.product" scope="page">
<jsp:setProperty name="pro" property="*"/>
</jsp:useBean>
<body>
<div id="Layer1" style="position:absolute; left:640px; top:413px; width:71px; height:23px; z-index:1">【<a href='javascript:window.close()'>關閉</a>】</div>
<%
try
{
pro.addproduct();
}catch(Exception e)
{}
%>
<center>
<br><br>
<h1>增加商品</h1>
<br><br>
<hr style="1"></hr>
<form action="addproduct.jsp" method="post">
<table width="500">
<tr>
<td width="100" align="right">商品名稱</td><td width="400" align="left"><input type="text" name="name"></td>
</tr>
<tr width="500">
<td width="100" align="right">生產日期</td><td width="400" align="left"><input type="text" name="date"></td>
</tr>
<tr width="500">
<td width="100" align="right">廠商</td><td width="400" align="left"><input type="text" name="address"></td>
</tr>
<tr width="500">
<td width="100" align="right">保質期</td><td width="400" align="left"><input type="text" name="keep"></td>
</tr>
<tr width="500">
<td width="100" align="right">價格</td><td width="400" align="left"><input type="text" name="price"></td>
</tr>
<tr width="500">
<td width="100" align="right">數量</td><td width="400" align="left"><input type="text" name="mount"></td>
</tr>
<tr width="500">
<td width="250" align="right"><input type="submit" value="提交"></td><td width="250" align="left"><input type="reset" value="重置"></td>
</tr>
</table>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -