Log in

View Full Version : Link to an anchor in an iFrame



motiondude
04-14-2008, 10:01 AM
Hi There,

I'm new to this forum. I'm more a print and video guy than a programmer, so I appologise for my dumb questions up front. This suppose to be basic but I spend a whole day already but really can't find it. Did several searches on the net but no clue. I want to link from page X to an anchor in an iFrame which is on page Y. Everything is in the same site which I own. I work with GoLive CS2 (Mac). Does my question make any sense?

Thanks in advance!

djr33
04-14-2008, 10:08 AM
<a href="....#anchor" target="framename">

motiondude
04-14-2008, 10:31 AM
Thanks djr33, that was quick!. However, it's not working. I made a mistake in describing the problem. Sorry. The page containing the iFrame is generated from a template. Therefore the content of this iFrame is in another html page. How do I proceed?