Javascript 自适应iframe页面大小(有效)

      <script>

      
function resize()
      
{
          
if(document.all)
          
{
          parent.document.all(
"ifrm").style.height=document.body.scrollHeight;
          parent.document.all(
"ifrm").style.width=document.body.scrollWidth;
          }

          
      }

      setTimeout(
"resize()",1000);//延时起到很好的效果

      
</script>

http://www.0722pc.com  查看效果

posted on 2006-09-19 01:31  痛并快乐着  阅读(1579)  评论(0编辑  收藏  举报

导航