⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manage.jsp

📁 JSP+ORACLE网站开发实例(下).rar
💻 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 + -