?? addcar.jsp
字號:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="cart" scope="session" class="bean.FurnitureCart" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
.STYLE2 {
color: #0000FF;
font-weight: bold;
}
.STYLE3 {font-family: "楷體_GB2312"}
-->
</style>
</head>
<body bgcolor="black">
<table width="286" border="0" bgcolor="#FFFFFF">
<tr>
<td>
<div align="center" class="STYLE3">
<div align="left"><span class="STYLE2">KINGSTAR書店歡迎你選購圖書 </span></div>
</div></td>
</tr>
<tr>
<td width="304"><form id="form1" name="form1" method="post" action="/bookshop/controller">
<p>
<%
if(request.getAttribute("errInf")!=null)
{ %>
<span class="errInf">
<%=(String)request.getAttribute("errInf")%> </span>
<% } %>
<span class="STYLE1">我需要</span>
<input type="text" name="quanlity" id="quanlity" value="<%= car.getNumOfItems() %>" size="3" />
<span class="STYLE1">本</span></p>
<input name="bookId" type="hidden" id="bookId" value="<%= request.getParameter("bookId") %>" />
<p>
<input type="submit" name="button" id="button" value="確定" />
<input type="hidden" name="id" value="">
<input type="BUTTON" value="關閉"onclick="window.close()"/>
</p>
<p align="center"><a href="2">查看詳細資料</a> </p>
</form> </td>
</tr>
</table>
<div align="center"></div>
<p> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -