1998-06-16 21:32:54 +00:00
|
|
|
<html>
|
1998-07-27 05:59:37 +00:00
|
|
|
<head>
|
|
|
|
<title>Example 9: Frames</title>
|
|
|
|
</head>
|
1998-06-16 21:32:54 +00:00
|
|
|
<body>
|
1998-07-27 05:59:37 +00:00
|
|
|
|
|
|
|
<H1>Example 9: Frames</H1>
|
1998-08-04 16:57:44 +00:00
|
|
|
Put test5.html in <a href=test5.html target=frame1>frame1</a>,
|
|
|
|
<a href=test5.html target=frame2>frame2</a>,
|
|
|
|
<a href=test5.html target=frame3>frame3</a>,
|
|
|
|
<a href=test5.html target=frame3.1>frame3.1</a>,
|
|
|
|
<a href=test5.html target=_self>self</a>,
|
|
|
|
<a href=test5.html target=_parent>parent</a>,
|
|
|
|
<a href=test5.html target=_top>top</a>
|
1998-06-18 18:33:34 +00:00
|
|
|
<BR>
|
1998-07-27 05:59:37 +00:00
|
|
|
Put test9b.html in <a href=test9b.html target=frame1>frame1</a>,
|
|
|
|
<a href=test9b.html target=frame2>frame2</a>,
|
|
|
|
<a href=test9b.html target=frame3>frame3</a>,
|
|
|
|
<a href=test9b.html target=frame3.1>frame3.1</a>,
|
|
|
|
<a href=test9b.html target=_self>self</a>,
|
|
|
|
<a href=test9b.html target=_parent>parent</a>,
|
|
|
|
<a href=test9b.html target=_top>top</a>
|
1998-06-23 22:25:28 +00:00
|
|
|
<BR>
|
|
|
|
<BR>
|
1998-07-27 05:59:37 +00:00
|
|
|
<b>frame1</b>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b>frame2</b>
|
|
|
|
<BR>
|
|
|
|
<iframe width=250 height=250 src=test1.html name=frame1></iframe>
|
|
|
|
|
|
|
|
<iframe width=250 height=250 src=test2.html scrolling=no name=frame2></iframe>
|
|
|
|
<BR>
|
|
|
|
<b>frame3</b>
|
|
|
|
<BR>
|
|
|
|
<iframe width=510 height=400 src=test9b.html name=frame3></iframe>
|
1998-06-16 21:32:54 +00:00
|
|
|
</body>
|
|
|
|
</html>
|