hi, ich versuche mit folgendem script zwei frames zu ändern...klappt , nur opera macht gar nix...
function lang_switch(language){
if(language=="us"){
parent.frames[0].location.href="menu_us.php?menu=home";
this.location.href="loesungen.php?lang=us";
}
else {
parent.frames[0].location.href="menu.php?menu=home";
this.location.href="loesungen.php?lang=de";
}
}
kann mir jemand helfen?
danke