📄 home.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.sunny.s3fornetoffice.*,com.sunny.currency.*,java.util.*" %>
<jsp:include page="/CheckLogin.jsp" flush="true"/> <% Session m_session = new Session(session); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="REFRESH" content="300;URL=home.jsp">
<title>home</title>
<link href="css/txt.jsp" rel="stylesheet" type="text/css">
<script language="JavaScript">
setTimeout("self.location.reload();",300000);
</script>
</head>
<body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
<table width="100%" height="100%" border="0" align="center" cellspacing="0" bordercolor="#000099">
<tr>
<td align="center" valign="top"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -