success_order.jsp
来自「这是一个物流管理系统」· JSP 代码 · 共 39 行
JSP
39 行
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>success_order.jsp</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<strong><font size="5" color="#00a0be">xSofa物流系统<div align="right"><html:link href="../goodbye.jsp">登出</html:link></font></strong><hr>
<div style="background-color: rgb(0, 160, 190);" ><font color="00a0be">您的位置-->提交订单成功</font></div>
<p align="center" ><font color="#00a0be">您的订单已经成功提交,请牢记您的订单号</font></p>
<p align="center" ><font color="#00a0be">我们会尽快完成审核工作</font></p>
<p align="center">
<html:button property="continuebuy" value="继续购买" onclick="document.location.href='/xsoft/form/addOrder.jsp'"/>
<html:button value="退出" property="quit" onclick="document.location.href='/xsoft/quit.do'"/>
</p>
</body>
</html:html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?