elbati

Members
  • Content count

    1
  • Joined

  • Last visited

About elbati

  • Rank
    Forum Newbie
  1. Hi there, I have a FusionChart which loads a default xml file as follows: <script type="text/javascript"> var chart1 = new FusionCharts("LineChartMaster.swf", "sampleChart", "550", "330", "0", "1"); chart1.setDataURL("LineDataMaster.xml"); chart1.render("chart1div"); </script> But, I need to update the chart with different XML files, depending on the button that the user pushes in the website (if possible, avoiding to update the html page) What is the code I need to include to force the upload of specific (and different) XML files? Thanks!