Hallo ihr lieben!
function seite_auswaehlen()
{
if (validate_form()== true)
{
if ((typ_berechnenA1(mm_typa1) >= 2) && (typ_berechnenA2(mm_typa2) >= 1)) {
alert(mm_typa1);
window.location.href = 'typa.html';
}
else
{
window.location.href = 'default.html'; }
}
}
Obiges Javascript funktioniert prima in allen Windows Varianten aber nicht auf NN Mac!
Wieso? Habe schon das Archiv durchforstet und leider nichts dazu gefunden! Bitte um hilfe....
Tim