I'm building a site with a top frame (for the menu) and a body frame. How do I get my links from the menu to target the pages into the body frame. I can't right click the target area, and it only gives me the 4 main choices.
Say: top.html is your top menu ( frame src="top.html" name="top"
main.html is your main display area. ( frame src="main.html" name="main" )
So targeting any links in top.html will look like
<a href="link1.html" target="main">This will show link 1</a>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.