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

📄 eshop.jsp

📁 购物车 购物车 购物车 购物车 购物车
💻 JSP
字号:
<%@ page session="true" %>
<html>
<head>
<title>Music Without Borders</title>
</head>
<body bgcolor="#33CCFF">
<div align="center">
</div>
<hr><p align="center"><img src="images/20089987_m.jpg" width="97" height="124">
<p align="center">片名:《投名状》
<p align="center">英文名:The Warloads
<p align="center">导演:陈可辛
<p align="center">主演:李连杰 刘德华 金城武 徐静蕾 
<center>
<form name="shoppingForm" 
   action="/big-bird/ShoppingServlet" 
   method="POST">
<b>CD:</b> 
<select name=film>
  <option>li lian jie | The Warloads | China | $14.95</option>
</select>
<b>Quantity: </b><input type="text" name="qty" SIZE="3" value=1>
<input type="hidden" name="action" value="ADD">
<input type="submit" name="Submit" value="Add to Cart">
</form>
</center>
<p>
<jsp:include page="Cart.jsp" flush="true" />
<%
//HttpSession session = request.getSession();
String shoppingname;
String EShop1="EShop1";
session.setAttribute("shoppingname",EShop1);
%>
</body>
</html>

⌨️ 快捷键说明

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