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

📄 addcar.jsp

📁 网上书店网站源代码
💻 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>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <input type="submit" name="button" id="button" value="确定" />
    <input type="hidden" name="id" value="">
    <input type="BUTTON" value="关闭"onclick="window.close()"/>
    &nbsp;&nbsp;</p>
   <p align="center"><a href="2">查看详细资料</a>   </p>
   </form>   </td>
  </tr>
</table>
<div align="center"></div>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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