Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
frame.jsp
Package: JSP-OA.rar [view]
Upload User: jhtang88
Upload Date: 2014-01-27
Package Size: 28528k
Code Size: 1k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@ page contentType="text/html; charset=utf-8"%>
- <%@ taglib uri="/WEB-INF/tlds/LabelTag.tld" prefix="lt" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
- <HTML><HEAD><TITLE><%=cn.js.fan.web.Global.AppName%> - <lt:Label res="res.label.forum.admin.index" key="forum_manage"/></TITLE>
- <META http-equiv=Content-Type content="text/html; charset=utf-8">
- <META content="MSHTML 6.00.3790.259" name=GENERATOR></HEAD>
- <jsp:useBean id="strutil" scope="page" class="cn.js.fan.util.StrUtil"/>
- <jsp:useBean id="privilege" scope="page" class="cn.js.fan.module.pvg.Privilege"/>
- <%
- if (!privilege.isUserLogin(request)) {
- response.sendRedirect("index.jsp");
- return;
- }
- %>
- <FRAMESET border=0
- frameSpacing=0 rows=49,* frameBorder=NO cols=*><FRAME name=topFrame
- src="top.jsp" noResize scrolling=no><FRAMESET border=0 frameSpacing=0 rows=* frameBorder=NO cols=198,*><FRAME name=leftFrame
- src="menu.jsp"
- noResize scrolling=yes><FRAME name=mainFrame
- src="main.jsp"
- scrolling=yes></FRAMESET></FRAMESET><noframes></noframes></HTML>