Gregor: Problem mit Link für Aufruf von 2 Seiten (versch. Frames)

Beitrag lesen

Hi Nicky

probier mal

function ZweiFrames(URI1,F1,URI2,F2) {
    parent.frames[F1].location.href = URI1;
    parent.frames[F2].location.href = URI2;
}

Gruß

Gregor