Sign in to follow this  
xmfail

Error In Loading Data In Ie8 But Not In Firefox/chrome

Recommended Posts

I have get a problem when using fusionchart.

 

js code:

var myChart1 = new FusionCharts("js/fusioncharts/charts/Pie3D.swf", "myChartId", "350", "300", "0", "1");

myChart1.setDataXML(obj5);

myChart1.render("content1");

 

html code:

 

<td colspan="3"><div id="content1" style="text-align: center;"></div></td>

 

it works in firefox/chrome, but In IE8, it display"Error in loading data".

 

note: it works on apache server.

 

i need help! !!

 

anybody can help me ?thank you.....

 

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