now i want to use that array to creat the google chart by calling that array value in the imge source path.
Code:
var valueArray = new Array();
var myId = document.getElementById("GraphThisTable");
var rows = myId.getElementsByTagName("tr");
for(i = 1; i != rows.length; i++)
{
var cols =
Leave a comment: