hallo,
mit folgender funktion will ich die sprache meiner website ändern.
function changeLang()
{
//PC
if(navigator.platform == "Win32"){top.location.href='../de/';}
//MAC
if(navigator.platform == "MacPPC"){parent.location.href='../de/';}
}
Warum funktioniert nur die für Mac???
Stimmt top.location.href für PC nicht?
gruß
joM