Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/09/2010, 16:23
Avatar de hackjose
hackjose
 
Fecha de Ingreso: abril-2010
Ubicación: Edo Mexico
Mensajes: 1.178
Antigüedad: 14 años, 1 mes
Puntos: 131
Respuesta: Paso de variable por select html

Pues para pasar el valor que daria entre <form> y </form>
<form action="pag2.php" method="post">
<select name="select" onchange="top.frames[1].location = (this.value)" ;>
<option selected="selected">Archivo</option>
<option value="cliente.php" >Clientes</option>
<option value="tabla.php">Link 2</option>
<option>Link 3</option>
<option>Link 4</option>
</select>
</form>