Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/03/2007, 07:50
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
Re: mostrar nombre de dominio

que tal, aquí tienes el ejemplo:

Código:
window.onload = function() {
        var Url = String(document.location);
        Url = Url.replace("http://", "");
        var Url_S = Url.split("/");
        document.title = Url_S[0];
    }
espero te funcione.

saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.