mine_rsr Report post Posted May 11, 2010 this is my function script function updateChart(factoryIndex){ var strURL = "FactoryData1.php?factoryId=" + factoryIndex; strURL = escape(strURL); var chartObj = getChartFromId("FactoryDetailed"); chartObj.setDataURL(strURL); } Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 11, 2010 Hi, Could you please specify the issue a bit elaborately? Awaiting your reply. Share this post Link to post Share on other sites