Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Linking using frames

Quote Reply
Linking using frames
I am using links 2.0 in a frameset.
When a link is clicked I want it to be opened in a parent frame instead of inside the frameset. I don't have a clue how to do it. Do you? See for youself at www.webmasterlinks.co.uk . Thanks in advance!!



------------------
Andrew
Quote Reply
Re: Linking using frames In reply to
You will have to use the following target attribute in your link.html template file:

Code:
target="_parent"

In the link anchor, like the following:

Code:
<a href="<%URL%>" target="_parent"><%Title%></a>

BTW: I did not see any framesets in your site.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Linking using frames In reply to
Thanks for the help!!

Yes there is a frameset!! The domain name was free from www.freenetname.co.uk but the web space wasn't too cleaver!

Therefore I have a frameset on the free domain site and the content on a proper server!!

Thanks again for the help!


------------------
Andrew
Quote Reply
Re: Linking using frames In reply to
Hmmm....Well that is weird...Because your site does not appear to be in frames. Although when I looked at the source code, I did see frameset codes.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------