Frames
To create a frameset with rows, use the following code:
<HTML>
<HEAD><TITLE>Row Frame Example</TITLE></HEAD>
<Frameset rows="120,*">
<Frame src="rowframe1.html" name="top" scrolling="no">
<Frame src="rowframe2.html" name="bottom" scrolling="auto">
<No Frames>
<P>To view this document you must have a frames-capable browser. Choose <A href="index.html" onMouseOver="window.status='Non Frames version'; return true">Non-Frames</A>
</No Frames>
</Frameset>
</HTML>
Back to Frames