| TOP /リクエスト | IFRAMEを読み込んだページの高さに合わせる |
|---|
<IFRAME name="frame"id="frame_set"src = "../../java/first.html" height=120 width=500 frameborder=1></IFRAME>
<script language="JavaScript"><!--
function frame_check(){
if(frame.document.body){
f=frame.document.body.scrollHeight;
if(f)
document.getElementById("frame_set").height=f+20;
setTimeout("frame_check()",100);
}else{
setTimeout("frame_check()",100);
}
}
setTimeout("frame_check()",10);
/*himajin.moo.jp*/
// --></script>