forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jsp
More file actions
22 lines (21 loc) · 917 Bytes
/
index.jsp
File metadata and controls
22 lines (21 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ page language="java" pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet">
<title>У԰¹ÜÀíϵͳ</title>
</head>
<frameset rows="110*,368*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="title.jsp" name="topFrame" scrolling="NO" noresize>
<frameset rows="*" cols="272,*" frameborder="NO" border="0" framespacing="0">
<frame src="left.jsp" name="leftFrame" scrolling="NO" noresize>
<frameset rows="34*,308*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="DocMain.jsp" name="topMenuFrame" scrolling="NO" noresize>
<frame src="Content.jsp" name="mainFrame">
</frameset>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>