maligangadhar Report post Posted March 27, 2011 Hi, Iam using licence verison of fusion charts, how can i call js function on click of any node....(iam using dragnode for populating my org charts.....need t call a js on click of any node) Share this post Link to post Share on other sites
Guest Angie Report post Posted March 28, 2011 Hi, Please refer to the link: http://www.fusioncha...JavaScript.html Hope this helps. Share this post Link to post Share on other sites
maligangadhar Report post Posted March 28, 2011 (edited) my code as follows: <set allowDrag="0" color="2EFE2E" height="45" id="DB Server1" link="JavaScript:myJS('Hong Kong');" name="DB Server 01" width="130" x="8" y="50"/> <script LANGUAGE="JavaScript"> function myJS(myVar){ window.alert(myVar); } </script> think some thing need t change in fusioncharts.js file...... Its very urgetnt plz reply....ASAP... Edited March 28, 2011 by maligangadhar Share this post Link to post Share on other sites