var table = document.getElementById("table1");
var tr = table.insertRow();
var td = tr.insertCell();
td.innerHTML= document.getElementById('txt1').value;
estoy usando un código como este. cómo dar Id para tr (TableRow). ayuadame.Cómo dar ID para TableRow usando insertRow()?
Pero no su trabajo en Firefox – Aravinth
nunca he tenido ese problema, pruebe la solución @reporters - ¿tiene el mismo problema? – DaveRandom
Funcionará en firefox también sin ningún problema – AmGates