|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/5/2008 6:03:12 AM
Posts: 9,
Visits: 47
|
|
Hi
I met with difficulties in using links in diagram. I need to open html-document in concrete place.
I used the following string set value='2' link="..1.files/myPage.html#P2_5" or set value='2' link="..1.files/myPage.html%23P2_5" and tried to pass it as link and in xml-file. Both variants had no affect . The document was opened from the beginning without positioning on the named anchor.
What should I do to achieve a correct result?
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:54:06 AM
Posts: 644,
Visits: 1,948
|
|
Hi, May be anchor name/id in the HTML is not defined properly. It must be defined like this <a name="P2_5" id=" P2_5">some text</a>. Could you please check once that the path "..1.files/myPage.html#P2_5" is correct or not?
Thanks,
Arindam FusionCharts Team
www.fusioncharts.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/5/2008 6:03:12 AM
Posts: 9,
Visits: 47
|
|
I'm beg my pardon, i'm speak English by little only...
HTML :
a href="Other.html#P2_5" (main html file)
...
...
A name="P2_5" (other html file)
this works...
XML (for Charts)
set value='2' link="..1.files/Other.html#P2_5"
-opens top of Other.html page.... :-(
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:54:06 AM
Posts: 644,
Visits: 1,948
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/5/2008 6:03:12 AM
Posts: 9,
Visits: 47
|
|
| I tried to use such string,but the result was the same...
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:14:23 AM
Posts: 153,
Visits: 634
|
|
| Hi, 1. Could you please verify the path "..1.files/Other.html#P2_5" ? 2. Please try to create a sample html and call the other.html page anchor P2_5 using the same path i.e. "..1.files/Other.html#P2_5? 3. Please give us your directory structure, because the path you are using is not supported by any Windows OS.
Regards,
Rahul
FusionCharts Team.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/5/2008 6:03:12 AM
Posts: 9,
Visits: 47
|
|
Hi
1)The path "..1.files/Other.html#P2_5" is correct
2) I created sample html, it led to the same effect. The Page was opened from the beginning
3) May I send you an example with incorrect work of anchor?
Regards
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 7:14:23 AM
Posts: 153,
Visits: 634
|
|
|
|
|
| | |