Give a "name" to any frame that you want to target:
...then use that name as the target of any link that you want to appear in it:Code:<frame src="frame2.html" name="frame2">
As goes the standard adage: frames are not good practice and are best avoided entirely.Code:<a href="mission.html" target="frame2"> MISSION </a>




Reply With Quote