1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<html>
<body>
<a href="relative/tc_relative_links.html">forward</a>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="100, 200, 200">
<FRAME name="frame1" src="relative/tc_relative_links.html">
<FRAME name="frame2" src="relative/tc_relative_links.html">
</FRAMESET>
<FRAMESET rows="100, 200">
<FRAME name="frame3" src="/file_upload.html">
<IFRAME src="http://google.com/" name="frame4">
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
<A href="foo.html">the related document.</A>]
</IFRAME>
</FRAMESET>
</FRAMESET>
</body>
</html>
|