function calcHeight()
{

  var the_height=
    document.getElementById('the_iframe').contentWindow.
      document.body.scrollHeight;

   document.getElementById('the_iframe').height= the_height;
}



function getContent()
{  
   
   //var contents = document.frames['scrape'].document.documentElement.innerHTML;
   
   alert(contents);
   

}