![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/03/2007, 11:56
|
| | Fecha de Ingreso: abril-2006 Ubicación: Colombia
Mensajes: 648
Antigüedad: 18 años, 10 meses Puntos: 3 | |
Re: Mantener valores del formulario onChange Hola
prueba esto
<form name="formulario" method="post" action="index.php?opc=categ">
<input type="text" name=cajatexto <? if(!empty($_GET[cajatexto])){?>value="<? echo $_GET[cajatexto] ?>"<?}?> size=25>
<select size="1" name="box" onChange="location.href=this.value+'&cajatexto='+c ajatexto.value">';
<option>selec</option>
<option select value ="index.php?opc=0">Opcion 0</option>
</select>
</form>
__________________ Suerte. _______________________________ "La vida es el principio de la muerte". |