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

📄 top.jsp

📁 Java开发的权限管理的例子
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<html><head><title>top</title>

<script>
   function  logout()
   {
      if  (confirm("确认退出管理系统?"))
      {
        document.location.href="../j_acegi_logout";
      }
   }
</script>

<base target="middle">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<table border=0 cellPadding=0 cellSpacing=0 width="100%" height="72">
  <tr> 
	<td> 
	<iframe src="top_1.htm" width=605 height=75 border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0 noResize scrolling=no vspace="0"></iframe> 
	</td>
	<td align=right>
	<a href="index.jsp" target="_parent">
	<img border=0 hspace=10 src="../common/images/t_4.gif" width="40" height="60"></a>
	  <a href="help.htm" target=main>
	  <img border=0  hspace=10 src="../common/images/t_5.gif" width="41" height="60"></a>
	  <a href="../j_acegi_logout" target="_parent">
	  <img border=0  hspace=10 src="../common/images/t_6.gif" width="40" height="60"></a></td>
  </tr>

  <tr bgColor=#009900> 
	<td height="27" colspan="2"></td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -