Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2011, 08:47
Avatar de Franz1628
Franz1628
 
Fecha de Ingreso: marzo-2007
Ubicación: Lima - Perú
Mensajes: 145
Antigüedad: 17 años, 1 mes
Puntos: 26
Respuesta: Lio con document.createElement()

Debes añadir el input al tr

cambia esta linea
document.getElementById("reporte").appendChild(inp ut);
por esta
nuevoTD.appendChild(input);
__________________
En mi Blog puedes ver articulos javascript y más...
@Franz1628