<SCRIPT language="JavaScript"><!--
function Jamp(s){
if(s == "here")location.href = "../index.htm";
if(s == "top")top.window.location.href = "../index.htm";
}
//--></SCRIPT>
</head> <body>
<a href="#" onclick="Jamp('here');">
これは、このフレーム内に表示する</a><br>
<a href="#" onclick="Jamp('top');">
これは、target="_top"へ表示する</a>
end(01/05/16 )