Chris Rathman / Chris.Rathman@tx.rr.com

<html>
<head>
<title>HTML Frames</title>
</head>
<frameset border="3" rows="50%,*">
   <frameset cols="50%,*" border=1 frameborder="yes" framespacing="10">
     <frame src="framea.html" name="bodya">
     <frame src="frameb.html" name="bodyb">
   </frameset> -->
   <frame src="framec.html" name="bodyc" frameborder="1"
      marginheight="80" marginwidth="120" noresize scrolling="no">
</frameset>
</html>

Chris Rathman / Chris.Rathman@tx.rr.com