Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/06/2003, 13:57
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola, dobled.

¿Algo más o menos así?

<input type="text" id="uno">
<input type="text" id="dos">
<input type="text" id="tres">
<input type="button" value="sumar" onClick="tres.value=parseInt(uno.value)+parseInt(d os.value)">

Saludos,