[新着] Webテンプレートを仮オープンしました
<html>
<head>
<script type="text/javascript">
<!--
window.onload = function(){
var str = document.location.href;
if(str.match(/\?xxx/)){
parent.f2.document.location.href='C.html';
}
}
//-->
</script>
</head>
<frameset cols="20%,*">
<frame name="f1" src="A.html">
<frame name="f2" src="B.html">
</frameset>