Código:
Y para saber el total que ha encontrado al hacer un document.getElementById() ? por que el .length aquí si que no va... newNode.appendChild(document.createElement("td"));
newNode.appendChild(document.createElement("td"));
newNode.firstChild.appendChild(document.createTextNode(text));
newNode.lastChild.appendChild(newInput);
Thanks
Se supone que solo puede haber un elemento con un determinado id (los id no deben repetirse)

