Forum Moderators: phranque

Message Too Old, No Replies

iframe - loading link on host page!

         

walker

1:28 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



Hi

Does anyone know how to load a link from an Iframe to load new page on the host page.

EG: I have a webpage with site info and a small iframe box on the side that has advert links, when someone clicks on the links within Iframe I want it to load details on the main page and not within the Iframe itself.

I want to do this without having to open up loads of new windows each time they click a link.

Any help would really be appreciated!

Kind Regards

Walker

supermanjnk

1:58 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



I believe you do it something like this
<a href="info.html target="_top">Click this to break out of an iframe</a>

replacing _top for _parent should work too, if you are using a framed site and want to keep the other frames use _parent

walker

2:29 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



Hi

Yeah that does it, thanks loads, can't believe I was so blonde!

Kind Regards

Walker