Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/02/2006, 08:14
Avatar de pinchoso
pinchoso
 
Fecha de Ingreso: octubre-2005
Ubicación: Barcelona
Mensajes: 177
Antigüedad: 18 años, 7 meses
Puntos: 0
A mi así me funciona:
<form name="formulario" method="post" action="busqueda.php">
<input type="text" name="telefono" onBlur="location.href='mipag.html?fun=busqueda.php &telefono='+(this.value)">
</form>
__________________