📄 receipt.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ include file="common.jsp" %>
<%@ page import="java.util.*" %>
<jsp:useBean id="cart" scope="session" class="mypack.ShoppingCart"/>
<%
bookDB.buyBooks(cart);
// Payment received -- invalidate the session
session.invalidate();
%>
<html>
<head><title>TitleReceipt</title>
<%@ include file="banner.jsp" %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #CCFF99;
}
-->
</style></head>
<h3><%=request.getParameter("cardname")%>:谢谢您使用网上资源调度系统。</h3>
<br>
<strong><a href="<%=request.getContextPath()%>/bookstore.jsp">继续申请</a> </strong>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -