?? success.jsp.svn-base
字號:
<!--function:操作成功頁面
author:bao
-->
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>操作成功</title>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<script language="javascript" type="text/javascript">
function returnPage(){
setTimeout("window.location.href='<%=path%>/${goto}&CMD=${CMD}¤tpage=${currentpage}'", 1000);
}
</script>
</head>
<body onload="returnPage();">
<b>${result}成功!</b> 3秒鐘返回顯示頁<br>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -