materialcheck_insertsuccess2.jsp

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

JSP
42
字号
<%@ page language="java" import="imis_mate.bean.*" pageEncoding="gb2312"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
 
   <link rel="stylesheet" type="text/css"
			href="/Imis/imis_mate/css/style.css">
			
<script type="text/javascript">



function windowClose(){
		//window.opener.parent.parent.iframe_Main.location.href=window.opener.parent.parent.iframe_Main.location.href;
		window.opener.location.href = "/Imis/servlet/MaterialCheckServlet?pattern=searchInsertByReload"; 
		window.location.reload;
		//window.opener.parent.document.form1.action = "/Imis/servlet/MaterialChangeServlet?pattern=getValue&&pag=insert";
		window.close();
}	

	window.setTimeout(windowClose,2000);
</script>
  </head>
  
  <body background="/Imis/imis_mate/images/bg_main.png">
  <table width="100%"  border="0" background="/Imis/imis_mate/images/bg_main2.png">
	  <tr class="tubiao">
	    <td>
		&nbsp;</td>
	  </tr>
	</table>
    <br/><font class="ziti">${requestScope.success}</font>

    <form name="form1" method="post">
    </form>
    
    
<%--    <font style="font: fantasy"><a href="/Imis_elec/imis_elec/elec_index.jsp">返回首页</a></font>--%>
  </body>
</html>

⌨️ 快捷键说明

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