Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2005, 05:31
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Suponiendo que el campo se llamara pepe podrías pedirle algo así

<form action="<?php echo "$SELF_PHP?seccion=Buscador&tabla=$tabla"; ?>" method="POST" name="minibuscador" onsubmit="this.form.action += '&query=' + this.pepe.value">
<input type="text" name="pepe" />
<input type="submit" value="buscar" />
</form>