what you have to do it name each frame in the index.html as in you have name=left name=right (would put the name attribute inside the frame tag), then when you want someone to click a link in the left page and have it load in the right, do target=right (would put this inside the anchor tag)
hope that helped ya out