materialbuysuccessful.jsp

来自「JSP移动商品管理平台源代码.........」· JSP 代码 · 共 72 行

JSP
72
字号
<%@ page language="java" import="java.util.*" pageEncoding="gb2312" errorPage="error.jsp" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>成功页面</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">
	-->
	<link rel="stylesheet" type="text/css" href="/Imis/imis_mate/css/style.css">

  </head>
  
  <script type="text/javascript">
  	function goBack(){
  	form1.action = "/Imis/imis_mate/MaterialBuyTableServlet?pattern=getBuyBean";
  	}
  	
  	function goDetail(){
  		
  		//window.location.href = "/Imis/imis_mate/MaterialBuyDetail_insert.jsp";
  		//window.location.href = "/Imis/imis_mate/MaterialBuyTableServlet?pattern=addBuyDetail";
  		//form1.action = "/Imis/imis_mate/MaterialBuyDetail_insert.jsp";
  		form1.action = "/Imis/imis_mate/MaterialBuyTableServlet?pattern=addBuyDetail";
  	
  	}


	function preload() { 
			parent.location=parent.location; 
	} 	


  </script>
  
  <body background="/Imis/imis_mate/images/bg_main.png" class="ziti">
     	<table width="100%"  border="0" background="/Imis/imis_mate/images/bg_main2.png">
	  <tr class="tubiao">
	    <td>采购信息管理</td>
	  </tr>
	</table>	
    <br/><h3>${requestScope.success}</h3>
    <font style="font: fantasy"> 
</font>
  <form method="post" action="" name="form1"> 
    
  <input type="hidden" name="buyNo"  value="${requestScope.buyNo}" >
 
  </form>
  
  <%
        
  		request.setAttribute("buyNo",request.getAttribute("buyNo"));
  		
  
   %>
   
  </body>
</html>

⌨️ 快捷键说明

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