Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
     <script type="text/javascript">
         function calcHeight()
         {
         //find the height of the internal page
         var the_height=
         document.getElementById('the_iframe').contentWindow.
         document.body.scrollHeight;

         //change the height of the iframe
         document.getElementById('the_iframe').height=
         the_height;
         }
</script>


<iframe scrolling="no" id="the_iframe" onLoad="calcHeight();" height="100px400px" frameborder="0" src="http://www.sccharts.com" name="SCCharts Compiler">
  <p>Your browser does not support iframes, you can visit the content at:
<a href="http://www.sccharts.com">http://www.sccharts.com</a></p>
</iframe>