
15/02/2006, 08:14
|
 | | | Fecha de Ingreso: octubre-2005 Ubicación: Barcelona
Mensajes: 177
Antigüedad: 19 años, 5 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> |