<html>
<head>
<script language="JavaScript" src="Charts/FusionCharts.js"></script>
</head>
<body bgcolor="#ffffff">
<div id="chartdiv" align="center" style="background-color:purple">The chart will appear within this DIV. This text will be replaced by the chart.</div>
<script type="text/javascript">
var myChart = new FusionCharts("Charts/FCF_Column3D.swf", "myChartId", "400", "300");
myChart.setDataURL("Charts/Data/Data.xml");
myChart.render("chartdiv");
</script>
</body>
</html>
Attached is a screen shot.
Thank you,
Kim Lord