I want to build a link that goes to a named anchor inside an iFrame inside
another page.

this is a link inside an iFrame that changes the current parent page to a new
parent page.
<a href="parent_page.htm" target="_top">Link</a>

I want to do that AND go to a specified anchor within the child iFrame
contained in its parent page.

Do-able?