View Full Version : Link out of single iframe


linkcol
10-22-2005, 04:01 PM
I'm making a site with a single iframe on the main page which links in. I want the links to come out in the main page but don't know where to name part for it. i.e. <body name="main">

Please let me know if it doesn't make sense and I'll try uploading the site.

pb&j
10-23-2005, 02:50 AM
if you want links that open inside the entire window of the browser, add this to the links...

target="_top"

if you want the links to open inside the iframe, then add the target to your links and the value will match the NAME of the iframe.

if that does not help, yes please post a link to your webpage online.
thanks.

linkcol
10-23-2005, 12:43 PM
Yeah that helps thanks

pb&j
10-23-2005, 02:51 PM
ok. good luck!