ma l'onClick sul tag tr che serve? cmq prova cosi...
obj = document.getElementsByTagName("td");
for(i=0; i<obj.length; i++){
alert(obj[i].childNodes[0].nodeValue);
}
ma l'onClick sul tag tr che serve? cmq prova cosi...
obj = document.getElementsByTagName("td");
for(i=0; i<obj.length; i++){
alert(obj[i].childNodes[0].nodeValue);
}