Jump to content


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


  • Please log in to reply
No replies to this topic

#1 xmfail

xmfail

    Forum Newbie

  • Members
  • 6 posts

Posted 25 November 2011 - 07:00 AM

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