?? manage.jsp
字號:
<html>
<head>
</head>
<link rel="stylesheet" href="html.css">
<%
//叛斷Session變量是否超時
if ((session.getValue("admin")==null)&&(session.getValue("flag")==null)){
out.print(" <BR><BR><BR> ");
out.print(" <TABLE align='center' width='300' cellpadding='1' cellspacing='1'> " );
out.print(" <TR bgcolor='#CCCCCC'> ");
out.print(" <TD colspan='2' height='15' bgcolor='#E1F4EE'> " );
out.print(" <DIV align='center'>操作:確認身份失敗!</DIV> ");
out.print(" </TD> ");
out.print(" </TR> " );
out.print(" <TR> ");
out.print(" <TD colspan='2' height='23' bgcolor='#E1F4EE'> ");
out.print(" <DIV align='center'><BR><BR>非法登陸,您的操作已經被記錄!!!<BR> ");
out.print(" <BR><A href='login.jsp'>再次登錄!</A><BR> ");
out.print(" <BR> ");
out.print(" </DIV> ");
out.print(" </TD> ");
out.print(" </TR> " );
out.print(" </TABLE> " );
}
%>
<title>管理專區</title>
<frameset framespacing="0" border="false" cols="177,*" frameborder="0">
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="left.jsp" target="right">
<frame name="right" scrolling="auto" marginwidth="0" marginheight="0" src="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 + -