Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/08/2011, 20:36
systemar_marv
 
Fecha de Ingreso: mayo-2011
Ubicación: aqp
Mensajes: 52
Antigüedad: 13 años
Puntos: 0
Suma de dos cajas de texto y salga en otra caja de texto

AMIGOS QUIERO HACER UNA SUMA DE DOS CAJAS DE TEXTO Y SALGA EN UNA TERCERA CAJA DE TEXTO CUANDO APRETE ENVIAR..
cual es la mejor opcion porfas

<form id="formulario" name="formulario" method="post" action="solucion.php">
<p>
ingre su numero:
<input type="text" name="t1" id="t1" />
</p>
<p>
<label>
ingre su numero:
<input type="text" name="t2" id="t2" />
</label>
</p>
<p>Reesultado:
<input type="text" name="r1" id="r1" />
</p>
<p>
<input type="submit" name="button" id="button" value="SUMAR" />
</p>
</form>