- Code: Select all
<frameset rows="15%,85%">
<frame src="Frame A.htm">
<frameset cols="20%,80%">
<frame src="links~.html">
<frame src="home.htm">
</frameset>
and here is the link page
- Code: Select all
<a href ="homepage~.html"target="_blank">Home</a><br>
<a href ="Anime link~.html"target="_blank">My Anime</a><br>
what target would i use to get the links to open in the "home.htm" frame?


