frames example

John M. Unsworth (jmu2m@jefferson.village.virginia.edu)
Fri, 15 Nov 1996 13:30:30 -0500 (EST)

<html>
<HEADER>
<TITLE>IATH server index</TITLE>
</HEADER>
<frameset cols="250,*">
<frame src="serverindex.html">
<frameset rows="*,*,*">
<frame name="reports" src="/reports.html#S3">
<frame name="software" src="/software.html">
<frame name="other" src="/cgi-bin/readings.pl">
</frameset>
</frameset>
<noframe>
<!--#include file="serverindex.html" -->
</noframe>
</html>

[to see it in action:
http://jefferson.village.virginia.edu/framesindex.html]

[to see how the index itself targets results to a particular frame window,
go to http://jefferson.village.virginia.edu/serverindex.html and
reveal code: note the <a target="[framename]" href=[whatever]>, where
[framename] refers to the name in <frame name="[whatever]"
src="[whatever]">.

John Unsworth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.village.virginia.edu/~jmu2m/ jmu2m@virginia.edu