|
|
|
Forum Member
      
Group: Forum Members
Last Login: 8/26/2008 2:30:03 AM
Posts: 31,
Visits: 50
|
|
| Hi, In the xml link tag I am calling one javascript method. The code look like this: <set label='Moorthy' value='1254' link='javascript:ViewData(url1, url2, url3)' tooltext = 'Owner: Moorthy Count: 916'/> My issue is in the javascript argument, if the lenth of url is more than 260, then the javascript method is not getting called. In the Firebox this issue is not there. My url length is around 2000. Any solutions? Thanks for your help in advance. Thanks, Moorthy
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 6:02:32 AM
Posts: 764,
Visits: 1,215
|
|
| Hi, Could you please check the pointers below ? 1. If your URL are encoded 2. The final URL called must not be more that 2000 characters in IE as it does not support more that 2000 characters (aprox. )in URL.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 8/26/2008 2:30:03 AM
Posts: 31,
Visits: 50
|
|
| Thanks for the response In the url I am replacing & with %26 and single quote with %26apos; Please See the example below Have tried with simple exaple. This javascript parameter not having any special characters so no need to encode it. but this link is not working, the showDrillAndContextMenu method is not getting called. The length of the parameter is less than 470 characters then it works.  link= 'javascript:showDrillAndContextMenu(%26quot;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQqqqqqqqqqqwwwwwwwwwwwwwwwwweeeeeeeeeeeeeeeeeerrrrrrrrrrrrrrrtttttttttttyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy%26quot ;'my total link length is around 1600 to 1700 characters
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 8/26/2008 2:30:03 AM
Posts: 31,
Visits: 50
|
|
| Hi, Any update on this? Thanks, Moorthy
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Moorthy,
If you put a shorter URL, is it getting called?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 8/26/2008 2:30:03 AM
Posts: 31,
Visits: 50
|
|
| If the total url length is less than around 470 characters then it is getting called.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 5:11:01 AM
Posts: 121,
Visits: 452
|
|
Hi Dear!
I m not sure but u can try.
Store all ur XML in to a separate XML file including ur link.
like this:
[set label='Moorthy' value='1254' link='javascript:ViewData([Full Length Link:1], [Full Length Link:2], [Full Length Link:3])' tooltext = 'Owner: Moorthy Count: 916'/]
and try to invoke the chart by setDataURL method.
Also don't forget to encoded ur links.
Rahul.
Regards, Rahul FusionCharts Team.
|
|
|
|