materialbuydetailsuccessful.jsp

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

JSP
41
字号
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
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="/Imis/imis_mate/css/styles.css">

  </head>
  <script type="text/javascript">
  	function goBack(){
  	form1.action = "../imis_mate/MaterialBuyTableServlet?pattern=getBuyBean";
  	}
  	
  	function goDetail(){
  		window.location.href = "/Imis/imis_mate/MaterialBuyDetail_insert.jsp";
  	}
  </script>
  <body class="ziti" background="/Imis/imis_mate/images/bg_main.png">
    <br/><h3>${requestScope.success}</h3>
    <form action="" name=form1>
    <input type="hidden" value="${requestScope.buyNo}" name="buyNo">
    
    </form>
    <font style="font: fantasy"><input type="button" value="返       回" name="button3" onClick="goBack()" class="anniu" >
    <input type="button" value="继续添加明细" name="button3" onClick="goDetail()" class="anniu"></font>
  </body>
</html>

⌨️ 快捷键说明

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