I don't know how you have set your anchor, but check to make sure it is define in one of the following ways
<a name="top" />
or
<a name="top">Top</a>
or
<span id="top">Top</span> or any other tags
so no # before the tag name,
Link to it as follow:
<a href="#top" target="frame_name_if_in_a
Regards,
Main Topics
Browse All Topics





by: quincydudePosted on 2009-01-07 at 17:13:14ID: 23321321
Can you modify the content in the iframe? If yes you can try directly add the anchor like
<a name="head">
and try again with the anchor link like <a href="#head">