JamesP Report post Posted February 1, 2007 When using the following code: <div id="chartdiv" align="center"> FusionCharts. </div> <script type="text/javascript"> var chart = new FusionCharts("/Charts/DragNode.swf", "TestChart", "3000", "3000", "0", "1"); chart.setDataURL("DragNode1.xml"); chart.render("chartdiv"); </script> Internet Explorer throws the following error: "TestChart" is undefinied. This is preventing me using the getXMLData in internet explorer. The code works fine in Firefox. Does anyone have any suggestions? James Share this post Link to post Share on other sites
Pallav Report post Posted February 2, 2007 Are you using the chart inside a FORM? If yes, you'll need to pull it outside the FORM, before you can connect it to JavaScript. Share this post Link to post Share on other sites