フレーム内の複数ページを同時に変えます。
右記上下のページを同時に変更する。

BACK
■<head>〜</head>内に下記を貼り付けてください。
<script language="JavaScript">
<!---
function pon(pup,pdown){
window.open(pup,"fup");
window.open(pdown,"fdown");
}
//--->
</script>
■<body>〜</body>内に下記を貼り付けてください。
<a href="Javascript:pon('up_2.html','down_2.html')">右記上下のページを同時に変更する。</a>
<br>
<br>
<a href="Javascript:pon('up_1.html','down_1.html')">BACK</a>