<!-- TWO STEPS TO INSTALL CHANGE 2 FRAMES (FRAMESET):
1. Copy the frameset code into your HTML document
2. Be sure to give each frame a unique 'name' -->
<!-- STEP ONE: Copy this FRAMESET code into your FRAMESET page -->
<html>
<head>
<title>Your Site's Title Here</title>
</head>
<frameset cols="160,*">
<frame src="http://www.yoursite.com/links-page.html">
<frameset rows="50%,50%">
<frame src="http://www.yoursite.com/top-page.html" name="Frame_A">
<frame src="http://www.yoursite.com/bottom-page.html" name="Frame_B">
</frameset>
</frameset>
</html>
<!-- STEP TWO: Give each frame a name! (frame name="left") -->
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.70 KB -->