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

📄 success_order.jsp

📁 这是一个物流管理系统
💻 JSP
字号:
<%@ 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">您的位置--&gt;提交订单成功</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -