la idea es que quede asi..
Código:
boton = document.createElement('input');
boton.id = 'c'+icremento;
boton.type = 'text';
boton.name = 'c'+'[]';
boton.onclick = function () {borrar(this.name)}
boton.onkeyup = {if(form1.textfield2.value!=''){form1.textfield3.value = parseInt(this.value)+parseInt(form1.textfield2.value)}}
boton.size='5';
contenedor.appendChild(boton);
pero me dice un error de sintaxis