forked from patternpark/asunit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-frame.html
More file actions
36 lines (21 loc) · 841 Bytes
/
package-frame.html
File metadata and controls
36 lines (21 loc) · 841 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
25
26
27
28
29
30
31
32
33
34
35
36
<!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=ASCII">
<title>Adobe Flex 2 Language Reference</title>
</head>
<frameset rows="40%,60%" border="2" framespacing="1" bordercolor="#AAAAAA">
<frame src="package-list.html" name="packageListFrame">
<frame src="all-classes.html" name="classListFrame">
<noframes>
<body>
<h2>Frame Alert</h2>
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
<br>
Link to<a href="package-summary.html">Non-frame version.</a>
</p>
</body>
</noframes>
</frameset>
<!-- -->
</html>