Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/04/2002, 15:39
kilobyte
 
Fecha de Ingreso: abril-2002
Mensajes: 60
Antigüedad: 23 años
Puntos: 0
Re: Redireccionar una IP en concreto

Facilísimo, copia este Script en la sección Body, y cambia el URL que aquí aparece por el tuyo...

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (navigator.javaEnabled())
window.location = "http://www10.brinkster.com/tusitio/index.html";
else
window.location = "http://www10.brinkster.com/tusitio/index.html";
// End -->
</script>