karnaze 175a8e2054 named <iframe>s, scrolling attribute, more complete test9.html
git-svn-id: svn://10.0.0.236/trunk@4335 18797224-902f-48f8-a5cc-f745e15eee43
1998-06-23 22:25:28 +00:00

17 lines
507 B
HTML

<html>
<body>
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>
<BR>
<BR>
<b>frame3.1</b>
<BR>
<iframe src=test7.html width=460 height=460 name=frame3.1></iframe>
</body>
</html>