Hallo Dennis,
wie wärs damit:
function replace()
{
var wert=document.URL;
if (wert.host !=="www.die-domain.de")
{
wert.host="www.die-domain.de"
location.replace(wert);
}
}
Gruß Ralf
Hallo Dennis,
wie wärs damit:
function replace()
{
var wert=document.URL;
if (wert.host !=="www.die-domain.de")
{
wert.host="www.die-domain.de"
location.replace(wert);
}
}
Gruß Ralf