Inspiriert vom Vorgänger, auch ungetestet:
function ZweiFrames(frame1,url1,frame2,url2) {
frames[frame1].location.href = url1;
frames[frame2].location.href = url2;
}
Inspiriert vom Vorgänger, auch ungetestet:
function ZweiFrames(frame1,url1,frame2,url2) {
frames[frame1].location.href = url1;
frames[frame2].location.href = url2;
}