jsはiframeの高さ/幅を制御し、内容を適応させる。

361 ワード

 
<mce:script language= "Javascript "><!--

window.onload=function()
{
parent.document.all("iframe1").style.height = document.body.scrollHeight;
parent.document.all("iframe1").style.width = document.body.scrollWidth;
}
// --></mce:script>