til s.: Unterschied onClick PC/Mac ????

Beitrag lesen

Das ist ein Mac-Bug.
Am besten alles in eine Funktion packen

function neueURLS()
{
parent.Fenster1.location.href='Datei1.html'
parent.Fenster2.location.href='Datei2.html'
parent.Main.location.href="Datei.html"
}

und dann <a href="javascript:neueURLS()">Linktext</a>

Til