22/12/2003, 08:53
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 22 años Puntos: 2 | |
urgete !! pasar valores entre formularios hola maestros necesito pasar unos valores entre formularios , yo lo hago con php , peso se me pide hacerlo con puro html ¿es posible?
<form name="form1" method="post" action="C:\cristina\pag\carrito.htm">
<select name="envio">
<option value="50 ACTIVIDADES INFORMATICA PARA EGB , $29.000">50 ACTIVIDADES
INFORMATICA PARA EGB</option>
</select>
<input type="submit" name="Submit" value="COMPRAR">
</form>
carrito html
<p>CARRITO DE COMPRAS </p>
<form name="form1" method="post" action="">
<input type="text" name="text1" value="envio">//quiero que el valor que viene aparesca aqui
<input type="submit" name="Submit" value="Submit">
</form>
muchas gracias... |