?? manage.jsp
字號:
<%@ page contentType="text/html;charset=gb2312"%>
<jsp:useBean id="offLogBean" class="com.officelog.OffLogBean" scope="page"/>
<%
boolean isUser=false;
isUser=offLogBean.chkUser(request,response);
if(!isUser)
response.sendRedirect("failLogin.html");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link rel="stylesheet" href="html.css">
<title>管理專區</title>
<frameset framespacing="0" cols="190,*" frameborder="0">
<frameset rows="150,*" frameborder="NO" border="0" framespacing="0">
<frame src="/OfficeLog/clock.jsp" name="lefttop" scrolling="NO" noresize >
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="/OfficeLog/left.jsp">
</frameset>
<frame name="right" scrolling="auto" marginwidth="0" marginheight="0" src="/OfficeLog/main.jsp">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -