Sign in to follow this  
ganiganesh

Internet Explorer Cannot Dowload And Unspecified Error

Recommended Posts

Hi,

 

i am using fusioncharts3.1 for my applications. i have used clickURL to provide click option for my chart. its working perfectly until i download excel report in my jsp page. when i download report i would be getting an error like 'Internet Explorer can not download unspecified error'. i had gone through the forums for solution n got like 'upgrade to v3.0.7 ---> link='j-myfunction()'. my version is 3.1 so why i am getting this problem for clickURL attribute.Can you please provide me the solution for this?

 

code: <chart palette='1' clickURL='javascript:getContinuous()'>

chart: scatter chart

Share this post


Link to post
Share on other sites

Can you please give solution for my problem? :blink:

 

Hi,

 

i am using fusioncharts3.1 for my applications. i have used clickURL to provide click option for my chart. its working perfectly until i download excel report in my jsp page. when i download report i would be getting an error like 'Internet Explorer can not download unspecified error'.why i am getting this problem for clickURL attribute.Can you please provide me the solution for this?

 

code: <chart palette='1' clickURL='javascript:getContinuous()'>

chart: scatter chart

Share this post


Link to post
Share on other sites

Can anyone please provide me the solution? sad.gif

yeah i referred those posts in which they had given a solution for popup window and for link attribute but in my case it is clickURL attribute for chart tag....

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Greetings. smile.gif

 

It is a browser specific limitation.

 

Please try using 'J-Prefix' method instead 'javascript : method'.

 

Using J- Prefix method, you can just pass one parameter from chart to your JavaScript.

 

Please refer the following link for more information,

 

http://docs.fusionch...JavaScript.html

 

Hope this helps. smile.gif

Share this post


Link to post
Share on other sites

i have tried it like clickURL='j-getContinuous()' but in that case not getting popup for that chart

 

if i put clickURL='javascript:getContinuous()' getting popup and also network error after excel download...

 

hope J-prefix works for link attribute but not for clickURL

 

it would be great if you provide me an other solution ....

 

 

Greetings. smile.gif

 

It is a browser specific limitation.

 

Please try using 'J-Prefix' method instead 'javascript : method'.

 

Using J- Prefix method, you can just pass one parameter from chart to your JavaScript.

 

Please refer the following link for more information,

 

http://docs.fusionch...JavaScript.html

 

Hope this helps. smile.gif

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Can you please confirm which FusionCharts version is used?

 

If you are using older version, please download the latest version from here: http://www.fusioncha...ownload/trials/

 

'j-prefix' function should be present in the same page (in which the chart is present) when you click on a data element of the chart.

 

Please find attached sample demo which works with j-prefix function.

JLink.zip

Share this post


Link to post
Share on other sites

Hi,

 

i am using version 3.1 can you confirm me that j-prefix works for clickURL attribute in chart tag? i have tried it but it was not working..

 

As u said j-prefix works for link attribute in set tag but my scenerio would not click on data element tag instead of that clicking on entire chart....

 

 

 

Hi,

 

Can you please confirm which FusionCharts version is used?

 

If you are using older version, please download the latest version from here: http://www.fusioncha...ownload/trials/

 

'j-prefix' function should be present in the same page (in which the chart is present) when you click on a data element of the chart.

 

Please find attached sample demo which works with j-prefix function.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

j-prefix method works fine in the clickURL attribute, which is capturing event for entire chart.

 

Please find attached illustration for your reference.

 

Hope this helps.

J-Prefix_Demo.zip

Share this post


Link to post
Share on other sites

well...

my javascript method is

 

function getContinuous()

{

//some stuff

}

 

so i am calling script from clickURL attribute like <chart clickURL='j-getContinuous()'>

 

and also tried <chart clickURL='j-getContinuous'> but its not working...

 

 

Hi,

 

j-prefix method works fine in the clickURL attribute, which is capturing event for entire chart.

 

Please find attached illustration for your reference.

 

Hope this helps.

Edited by ganiganesh

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

It is recommended to re-download the latest version of FusionCharts i.e. FusionCharts XT v3.2.2 Trial (service release).

 

It is a service release version which includes many bug fixes and new features.

 

Can you please red-download and try. As, its working fine at our end.

 

Find attached illustration with this post.

J-Prefix_EntireChart.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this