
wirving
-
Content count
2 -
Joined
-
Last visited
Posts posted by wirving
-
-
I've got a single series line chart set up that pulls in information from an XML file using the setDataURL directive. It seems to work correctly more or less, but I'm trying to generate links with a page anchor. The link only seems to go to the html page itself, not the actual page anchor. It's strange because the status bar on the bottom will show the correct link, but the actual address that is loaded is not correct. For example:
<set name='1404' value='-84.27' hoverText='page P20 244092' link='104/page.html#380' />
This link would correctly go to the "104/page.html" page, but it wouldn't go to the correct anchor. I tried URL encoding the '#' character, but it didn't seem to make any difference:
<set name='1404' value='-84.27' hoverText='page P20 244092' link='104/page.html%23380' />
Still goes to the "104/page.html" link. Is there something else I can do to fix this problem?
"<a name" anchor links in XML
in XML Issue
Posted · Report reply
Line.swf