?? materialchangesuccess2.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 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(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>
</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 + -