|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/18/2007 7:35:22 AM
Posts: 1,
Visits: 7
|
|
In IE - I'm receiving the error "Invalid XML Data" when I'm trying to show it in an AJAX Tab in IE 6/7. (http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/).
I have a separate PHP page that if I load it up by itself it apears just fine. And works in FF in the AJAX tab.
It's not in a form and there are no broken divs.
here's the JS:
//Instantiate the Chart
var chart_Chart = new FusionCharts("FCF_MSColumn3D.swf", "Chart", "355", "500");
//Provide entire XML data using dataXML method
chart_Chart.setDataXML(escape(""))
//Finally, render the chart.
chart_Chart.render("ChartDiv");
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Please remove the escape() function and try again.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|