trondvh

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by trondvh

  1. SetInterval & SetDataURL fails in IE. OK in firefox. Anyone know why? Error Code <div id="fcol4"> <script type="text/javascript"> var chart = new FusionCharts("Charts/StackedColumn3D.swf", "history", "600", "200", "0", "1"); chart.setDataURL("db/xml_test.php?stopcaching="+new Date().valueOf()+"&debugMode=1"); chart.render("fcol4"); var ch; function FC_Rendered(DOMId) { if (DOMId == 'history') { ch = getChartFromId('history'); setInterval('ch.setDataURL("db/xml_test.php");', 3000); } } </script> </div> Debug: Internet Explorer Firefox