frame_1
-----------
<script>
function OtherPage(){
  open("a.htm","frame_2");
  open("b.htm","frame_1");
}
</script>
<a href="javascript:OtherPage()">hello</a>