欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

通過ifame指向的頁面高度調(diào)整iframe的高度

 更新時(shí)間:2006年10月05日 00:00:00   作者:  
通過ifame指向的頁面高度調(diào)整iframe的高度
1.htm的代碼:  
<iframe  src=2.htm  id=ifrm></iframe>  

2.htm的代碼:   
<script>  
function  resize()  
{parent.document.all.ifrm.height=document.body.scrollHeight;
parent.document.all.ifrm.width=document.body.scrollWidth;
}  
</script>
<body  onload="resize()">  
</body>

相關(guān)文章

最新評(píng)論