Per l'index ma non so quanto possa
essere cross-browser

Codice PHP:
trs[j].onclick=function(){
                            
alert(this.rowIndex);
                            var 
_childsthis.getElementsByTagName('td'); 
                            for (var 
k=0;k_childs.length;k++){ 
                                
alert(_childs.item(k).firstChild.nodeValue); 
                            } 
                            return 
false;
                        } 
                     }