Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2008, 15:45
a2a2
 
Fecha de Ingreso: marzo-2008
Mensajes: 303
Antigüedad: 16 años, 1 mes
Puntos: 4
Re: DOM ayuda con <table>

Si solo tienes esa tabla quizá te interese más buscar directamente en los <td> con la función:
var listaTds = document.getElementsByTagName("td");