Help for this page

Select Code to Download


  1. or download this
    function reSize() {
        var iframe = document.getElementById("ifrm");
    ...
           iframe.height = document.body.clientHeight - 150;
        }
    }
    
  2. or download this
    <body onload="reSize()" onresize="reSize()">