this is my function script
function updateChart(factoryIndex){
var strURL = "FactoryData1.php?factoryId=" + factoryIndex;
strURL = escape(strURL);
var chartObj = getChartFromId("FactoryDetailed");
chartObj.setDataURL(strURL);
}
Page 1 of 1
can you give me the reason, why function myscript doesn`t work?
Other Replies To This Topic
#2
Posted 11 May 2010 - 03:39 AM
Hi,
Could you please specify the issue a bit elaborately?
Awaiting your reply.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote