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". |