Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/12/2003, 14:04
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola, BoNeZ.

¿Te serviría esto?

<form>
<input type="text" id="url" />
<input type="button" onclick="document.location.href='http://buscar.sitio.com/'+document.getElementById('url').value" />
</form>

Saludos y Feliz Año.