i am using simple jsp or html.Powerchat is implemented.If I would like to launch a hyperlink from the set inside dataset
what is the way out???
My java script in html :-
Dim strDataURL ;
strDataURL = "a.html";
var chart = new FusionCharts("../FusionCharts/DragNode.swf",strDataURL,"" "NodeChart", "1000", "800", "0", "1"); ->??
chart.setDataURL("Data.xml");
chart.render("chartdiv");