White Leviahan
06-03-2002, 10:22 PM
I have a site i am working on with sub-links in the flash menu where each link is linked to different parts of a page using:
<a NAME="name1">text</A>
and then i am using:
on (release) {
getURL("page.html#name1", "Iframe-being-targeted");
}
as the link. the problem is, it doesn't bring you to the name1 area, none of the links do, it brings you to the top of the page.
Any idea on why? and how can i get this to work?
I tested to make sure i was doing this correctly html wise by making a link right under the flash menu:
<a href="page.html#name1" Target="Iframe-being-targeted">link test</a>
and it worked fine!
<a NAME="name1">text</A>
and then i am using:
on (release) {
getURL("page.html#name1", "Iframe-being-targeted");
}
as the link. the problem is, it doesn't bring you to the name1 area, none of the links do, it brings you to the top of the page.
Any idea on why? and how can i get this to work?
I tested to make sure i was doing this correctly html wise by making a link right under the flash menu:
<a href="page.html#name1" Target="Iframe-being-targeted">link test</a>
and it worked fine!