I have the following code:
<iframe src="http://www.externalsite.com/" style=""/>
Assume the total height of www.externalsite.com to be X pixels. X is unknown to me. How do I set height of the iframe to X pixels using CSS or other methods but no JavaScript?