My code snippet is:
<iframe src="http://www.externalsite.com/" style=""/>
I need to set the height of the iframe to match the total height (X pixels) of www.externalsite.com. Since X is unknown, how can I achieve this using CSS or alternative methods without JavaScript?