Homepage selbermachen 7.852 Themen, 35.619 Beiträge

Mit JavaScript mehrere Frames ansteuern.

(Anonym) / 0 Antworten / Baumansicht Nickles

Wir brauchen Hilfe!!!!
Wir haben ein Frameset bestehend aus
Frame Links mit Button/Mainframe/Topframe
Und nun kommts! wir wollen auf Mausklick den Buttonframe ubd gleichzig den Mainframe ändern, also zwei Aktionen auf Mausklick.


function back(){
parent.location = "../frame.html";


}

function start1(){
parent.eins.location = "f6.htm";
parent.zwei.location = "f6.htm";

}


function back1(){
parent.eins.location = "f1.htm";
parent.zwei.location = "f2.htm";

}


function start2(){
parent.eins.location = "f6.htm";
parent.zwei.location = "f6.htm";
parent.drei.location = "f6.htm";

}


function back2(){
parent.eins.location = "f1.htm";
parent.zwei.location = "f2.htm";
parent.drei.location = "f3.htm";

}
function start3(){
parent.eins.location = "f6.htm";
parent.zwei.location = "f6.htm";
parent.drei.location = "f6.htm";
parent.vier.location = "f5.htm";


Dieser Quelltext ist die Lösung, aber es fehlt noch etwas. Wir wissen leider nicht was.

bei Antwort benachrichtigen