|
This LINK targets and changes the lower two frames.
|
||
|
This is the code for the Frameset:
<html>
<frameset rows="80%,*" borders="1/2">
</html>
|
This is the code for the top frame (frame1.html) which contains the javascript and the code that targets frames 2 and 3:
<html>
<script language="JavaScript">
<a name="top"> </a>
This <a href="#top" onClick="loadtwo('lowleft.html','lowright.html')">LINK</a>
|
|