Forum Moderators: open
What I'd like to do is change the page in frame two by clicking on a link in frame one.
Below is what I've got so far. Help!
<html>
<frameset cols="25%,*">
<frame src="link_page.htm">
<frame src="frame_two.htm">
</frameset>
</html>