<TABLE WIDTH=60% ALIGN=center BORDER>
|
<FRAMESET ROWS=30,70>
<FRAME SRC="top.html" NAME=_top> <FRAME SRC="bottom.html" NAME=Bottom> </FRAMESET> |
<FRAMESET COLS=100,*>
<FRAME SRC="left.html" NAME=left> <FRAME SRC="right.html" NAME=right> </FRAMESET> |
<title>Template for a set of horizontal frames</title>
<!-- Sets default target for any link to the "_top" window. Any link without a specified target will load into the full window. This prevents accidental nesting of frames --> <base target=_top>
<FRAMESET ROWS=30,70>
<!-- Define the frameset. As rows dividing the available space 30:70. Changing these numbers will change the relative size of the frame. You may specify more than two rows. --> <!-- Defining the document to place in each of the frames. The NAME, defiens the name of the frame for future reference. --> <FRAME SRC="top.html" NAME=_top> <FRAME SRC="bottom_1.html" NAME="Bottom"> </FRAMESET>
<!-- The NOFRAMES part of the document is ignored by frames capable browsers. Browsers that can not view frames will see any information in this tag. Use this to provide access to users with old browsers. --> <NOFRAMES>
This document is designed to view with a frames capable browser. If you see this, you should
seriously consider upgrading your web browser. You may view the individual frames using the
links below.
<ul> <li><A HREF="top.html">Link to top frame</A> <li><A HREF="bottom.html">Link to bottom frame</A> </ul>
</NOFRAMES> |
<title>Contents of Top Frame</title>
<base target=_top>
<H2 ALIGN=center>Contents of Top Frame</H2>
This HTML document may be designed like any other HTML document. It is displayed in the top frame. It is possible to update other frames using links to new documents or to specific locations in the current document. Like Bottom Document 1, spot <A HREF="bottom_1.html#A" TARGET="Bottom">A</A> or <A HREF="bottom_1.html#B" TARGET="Bottom">B</A>. Or you can load a different document in the bottom Like Document <A HREF="bottom_2.html" TARGET="Bottom">Bottom 2</A> |
<title>This is the HTML document for the bottom frame</title> <base target=_top>
<H3>This is the HTML document for the bottom frame</H3> This document may contain any HTML code. It is displayed in the bottom frame.<P>
You may specify names for different locations in the document.<P>
For example this is spot <A NAME="A">A</A> <BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR> This is part <A NAME="B">B</A> (it is located further down the page) |
<title>This is the HTML document for the bottom frame</title> <base target=_top>
<H3>This is a different HTML document that is loaded in the bottom frame</H3> |
<title>bottom frame</title> <base target=_top>
<FRAMESET COLS=400,*> <FRAME SRC="left.html" NAME=Left> <FRAME SRC="right.html" NAME=Right> </FRAMESET> |
<title>Contents</title> <base target=_top>
This HTML document may be designed like any other HTML document. It is displayed in the left frame. It is possible to update other frames using links to new documents or to specific locations in the current document. Like Right document, spot <A HREF="right.html#A" TARGET="Right">A</A> or <A HREF="right.html#B" TARGET="Right">B</A>. |
<HTML> <HEAD> <TITLE>1</TITLE> </HEAD> <BODY> This document is displayed in the right frame. <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> This is location <A NAME="A">A</A> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> <BR> This is location <A NAME="B">B</A>
</BODY> </HTML> |
<MAP NAME="test_map"> <!--Picture view2.gif--> <!--Comment wind speed --> <AREA SHAPE="RECT" COORDS="497,29,541,85" HREF="wind.html"> <!--Comment howard johnson--> <AREA SHAPE="RECT" COORDS="293,113,466,191" HREF="hojo.html"> <!--Comment commadore barry--> <AREA SHAPE="RECT" COORDS="6,59,499,121" HREF="bridge.html"> </MAP> <IMG SRC="view2.gif" WIDTH=594 HEIGHT=202 USEMAP="#test_map"> |
Please send any comments, corrections, or suggestions to svanbram@science.widener.edu.
This page has been accessed
times since 5/12/97.
Last Updated 5/12/98