I need to access an id found inside an iframe. I have the following code:
print "<IFRAME id='preview_iframe_form' ...  src=\"$server_url/index.cgi ";
Inside index.cgi, I have the following :
      print"<div id='result_div'>";
      &show_list();
      print "</div>";
I need to check the result_div height so set the height of preview_iframe_form