Click to See Complete Forum and Search --> : frame link


Justin
06-23-2003, 07:03 AM
i know how to make links within frames, but how do you make a link that when clicked both the navagation frame and the display frame dissapear, so you can direct you to a site and the navagation frame is gone.

like you have 2 frames, 1 is the navigation frame, you click the link the other frame changes to that link. how do you make it so when you click a link on the other frame that it will make a new page, no frames, just that page.

<frameset cols="30%, *">
<frame src= "navigation1.html" name = "nav">
<frame src= "start1.html" name = "contents">
</frameset>

that would creat 2 frames. if you c;ick on a link in the nav frame it changes the contents frame to whatever the link was in it. i want a link that will get rid of the frames and that will then send them on the link. so it would deleat the nav frame and send them to whatever they want

pyro
06-23-2003, 07:31 AM
<a href="http://www.w3c.org" target="_top">w3c</a>