success.jsp

来自「用java三大框架和mysql开发的网上购物系统」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ page contentType= "text/html;charset=UTF-8"%>
<%@ page isELIgnored="false" %>   <!-- EL -->
<%@ taglib prefix="c"  uri="http://java.sun.com/jsp/jstl/core"%> 
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> 
<html>
	<head>
		<meta http-equiv="Content-Language" content="zh-cn">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta name="description" content="达内电子商务门户">
		<title>达内电子商务门户</title>
		<LINK href="css/tarena.css" rel=stylesheet>
		<script language = "JavaScript" src = "js/tarena.js"></script>
	</head>
	<body onLoad="MM_preloadImages('images/index_on.gif','images/reg_on.gif','images/order_on.gif','../images/top/topxmas/jp_on.gif','../images/top/topxmas/download_on.gif','../images/top/topxmas/bbs_on.gif','../images/top/topxmas/designwz_on.gif')" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">    
    <c:import url="head.jsp"/>
    
    <br>
    
    
    <br>
	<center>恭喜,${action_message},操作已成功!</center>
	<br>
	<center><a href="searchItem.do">返回首页</a></center>
	
	<br>
	
	<br>
	
	<c:import url="footer.jsp"/>
</body>
</html>

⌨️ 快捷键说明

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