I apologise if the terminology is not quite correct, ala 'page anchor' but I shall endeavour to explain what I am attempting.
I have an iframe, with links (to same domain) that I would like to have shown in the parent.
<a href="foo.html" target="_parent">bar link</a> works as expected. However, I am attempting to use a URL of the form;
foo.html#bar-moo
... where #bar-moo is a page anchor in the parent html.
Current behaviour in all UA's is to ignore any link of that nature.
Can anyone point me in a direction to get around this? Thanks. Dave.