Código:
la variable uno seria como el id del input variable uno seria 'c'+icremento la segundo igual solo que "p" y el tercero "t"icremento =0; function crear(obj) { icremento++; field = document.getElementById('field'); contenedor = document.createElement('div'); contenedor.id = 'div'+icremento; field.appendChild(contenedor); boton = document.createElement('input'); boton.type = 'text'; boton.name = 'c'+'[]'; boton.id = 'c'+icremento; boton.setAttribute('onKeyUp', "if(agregar.AQUI VARIABLE 1.value!=''){agregar.AQUI VARIABLE 3.value = parseInt(this.value)+parseInt(agregar.AQUI VARIABLE 1.value)"); contenedor.appendChild(boton); }
Código:
se los agradecería mucho ya que no estoy familiarizado con javascript boton.setAttribute('onKeyUp', "if(agregar.AQUI VARIABLE 1.value!=''){agregar.AQUI VARIABLE 3.value = parseInt(this.value)+parseInt(agregar.AQUI VARIABLE 1.value)");