Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/10/2014, 19:02
EdyArgueta
 
Fecha de Ingreso: abril-2014
Mensajes: 51
Antigüedad: 10 años, 8 meses
Puntos: 1
Respuesta: Inputs con java

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