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

📄 materialchangesuccess.jsp

📁 JSP移动商品管理平台源代码.........
💻 JSP
字号:
<%@ 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 preload(){ 
		window.open('/Imis/imis_mate/Material_change_insert.jsp','_blank','scrollbars=0,resizable=0,width=500,height=300');
}

function windowClose(){
		//window.opener.parent.iframe_Main.location.reload();
		window.opener.location.href = "/Imis/servlet/MaterialChangeServlet?pattern=insertSearchReload"; 
		window.opener.location.reload;
		window.close();
}		 			
	window.setTimeout(preload,100);
	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>

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

⌨️ 快捷键说明

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