Making URL links go to targets on page

I had just created a flash menu navigation where I have different buttons open different HTML pages. I used the “normal mode” to click & fill-in the ActionScript code to make my buttons function. However, when I use the “getURL” function and type in my relative URL link with the “#” sign and the target, the page doesn’t go to the target on the page. This is an example of how the code looks:

on (release) {
getURL(“mypage.htm#mytarget”);
}

It opens the page fine, but it won’t go to the target IN the page. It just brings it right to the top of the page as if I didn’t have the ‘#mytarget’ there at all. I’ve used this method for making regular text hyperlinks in HTML, and I thought it would work the same with the ‘getURL’ function in Flash. I guess not.

Can anyone tell me what I have to do to make Flash open up the page and then go to the target on the page just like a regular HTML hyperlink?

HELP!!

~ Mark G.
[email protected]