close all the frames to open a page in the current window

M

Matt

I created a html page with 3 frames: left, top, and body. The problem is
when there is a link such as <A HREF="otherpage.htm">Close all the frames to
open this page</A> in b.htm, it will close all the frames and open
otherpage.htm in the current window without any frames. Any ideas? Please
advise! Thanks!

<html>

<frameset rows="15%,85%">

<frame name=top src="a.htm">
<frameset cols="10%,90%">
<frame name=leftmenu src="b.htm" target="content">
<frame name=content src="c.htm">

</frameset>
</frameset>

</html>
 
R

rf

Matt said:
I created a html page with 3 frames: left, top, and body. The problem is
when there is a link such as <A HREF="otherpage.htm">Close all the frames to
open this page</A> in b.htm, it will close all the frames and open
otherpage.htm in the current window without any frames. Any ideas? Please
advise! Thanks!

<A HREF="otherpage.htm" target="top">

However frames are obsolete.

Cheers
Richard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top