HTML JavaScript DHTML








File: frame1.htm



function twoframes(){
    parent.m_frame.location="frame4.html";
    parent.b_frame.location="frame5.html";
}



This is frame 1, the top frame: Change the two lower frames


File: frame2.htm


This is frame 2, the middle frame. 


File: frame4.htm


This is frame 4, the new middle frame. 


File: frame5.htm


This is frame 5, the new bottom frame.