xmfail

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by xmfail

  1. 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.....
  2. Before this, I use it like this in jsp page,deploy in tomcat or weblogic,It works well in all of them.. but this time,i use it in php,deploy in apache ,it works well in firefox/chrome, but In IE8
  3. Before this, I use it like this in jsp page,deploy in tomcat or weblogic,It works well in all of them.. but this time,i use it in php,deploy in apache ,it works well in firefox/chrome, but In IE8
  4. Thanks ,I am not use setDataURL,i am usr setDataXML this is my code: 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 well in firefox/chrome, but In IE8
  5. thank you very much! the version is 3.1 Awaiting for your response.
  6. 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.....