Hey people,

Ive got a tricky one...
Im building a site using frames. The navigation (Flash) is on the left side, and the content (HTML) on the right side.
I know how to make a a link from a button in Flash to the named anchor in the HTML-section.
Now heres my problem: Ive got a page which contains an Iframe that loads another HTML-page into it. The page thats loaded has named anchors.

How to link them, cause its not the same page thats linked from Flash....?

Flashbutton Code:
on (press) {
getURL("mypage.htm#anchorname", "right");
}


Ive already tried %23 instead of the # but that didnt worked either.


I really hope someone can help me with this annoying problem.

Thnx in advance
Bokkie

PS Ohh..And Ive already googled it and searched on this forum but didnt find a solution.