Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/09/2003, 05:41
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola, Hurgui.

Otra posibilidad:
Código PHP:
<html>

<
head>
</
head>

<
body>
<
input type="text" id="pag">
<
input type="button" value="Ir"
onclick="location.href='http://'+document.getElementById('pag').value+'.com'">
</
body>

</
html
Saludos,