moorthy Report post Posted April 2, 2008 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 Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 2, 2008 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. Share this post Link to post Share on other sites
moorthy Report post Posted April 2, 2008 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. :w00t: link= 'javascript:showDrillAndContextMenu(%26quot;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQqqqqqqqqqqwwwwwwwwwwwwwwwwweeeeeeeeeeeeeeeeeerrrrrrrrrrrrrrrtttttttttttyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy%26quot;);'my total link length is around 1600 to 1700 characters Share this post Link to post Share on other sites
moorthy Report post Posted April 5, 2008 Hi, Any update on this? Thanks, Moorthy Share this post Link to post Share on other sites
Pallav Report post Posted April 8, 2008 Moorthy, If you put a shorter URL, is it getting called? Share this post Link to post Share on other sites
moorthy Report post Posted April 9, 2008 If the total url length is less than around 470 characters then it is getting called. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted April 9, 2008 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. Share this post Link to post Share on other sites