IFrame and anchored links problem

They have: 21 posts

Joined: Nov 2004

Have discovered a problem reaching an anchored link that is beyond an iframe on an html page.

<div>
<iframe id="myframe" .....></iframe>
</div>

<div><a name="TRGT"></a>
This is what I want to target
</div>
'
When the link
(<a href="mypage.html#TRGT">Target</a>'
is clicked, instead of going to the target I end up in the middle of the Iframe content. This happens with every browser I've tried it in, so it is not a browser problem.

Has anyone discovered a way around this?

cheers - Ted