Código:
Querría saber cuáles mas hay. Por ejemplo, cómo le pongo un onclick, o como le asigno un class. file = document.createElement('input');
file.type = 'button';
file.name = 'quitar';
file.id = 'button';
file.value = 'Eliminar Fila';
td4.appendChild (file);
Muchas gracias.


