target="_top"へ表示するには

これは、このフレーム内に表示する

これは、target="_top"へ表示する

<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=&quot;_top&quot;へ表示する</a>

end(01/05/16 )