Links with a page anchor
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


12»»

Links with a page anchor Expand / Collapse
Author
Message
Posted 7/25/2008 2:44:29 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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?

Post #7550
Posted 7/25/2008 7:40:05 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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

Post #7560
Posted 7/25/2008 9:07:00 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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.... :-(
Post #7564
Posted 7/26/2008 12:44:53 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 7:54:06 AM
Posts: 644, Visits: 1,948
Could you please use <set value='2' link="Other.html#P2_5" />

Thanks,
Arindam

FusionCharts Team
www.fusioncharts.com

Post #7581
Posted 7/28/2008 2:31:50 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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...
Post #7608
Posted 7/28/2008 6:14:54 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme 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.

Post #7616
Posted 7/28/2008 8:34:12 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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
Post #7621
Posted 7/28/2008 8:58:56 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 7:14:23 AM
Posts: 153, Visits: 634
Hi,

Can you send us your code?



Regards,
Rahul
FusionCharts Team.

Post #7624