forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanager.jsp
More file actions
24 lines (24 loc) · 974 Bytes
/
manager.jsp
File metadata and controls
24 lines (24 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ page language="java" contentType="text/html" pageEncoding="GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>¹ÜÀíÒ³Ãæ</title>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<frameset rows="240,*,80" frameborder="no" border="0" framespacing="0">
<frame src="manager/top.jsp" name="top" scrolling="No" noresize="noresize" id="topFrame" />
<frameset cols="*,955,*" frameborder="no" border="0" framespacing="0">
<frame src="manager/left.jsp" name="left" scrolling="No" noresize="noresize" id="left" />
<frame src="manager/main.jsp" name="main" noresize="noresize" id="main" />
<frame src="manager/right.jsp" name="right" scrolling="No" noresize="noresize" id="right" />
</frameset>
<frame src="manager/bottom.jsp" name="bottom" scrolling="No"
noresize="noresize" id="bottomFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>