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>