Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<body style="margin:0px;padding:0px;overflow:hidden">
<iframe frameborder="0" style="overflow:hidden;height:100%;width:100%     <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="1px" frameborder="0" src="http://www.sccharts.com" width="100%" height="100%" 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>
</body>