Forum Moderators: open
I've only found info. from 1-2 years ago so I was wondering is anything new has cropped up.
Am I out of luck if I have no control over the 3rd party pages being displayed in the iframe?
Maybe something along these lines:
<div id="external_page">
<iframe src="external.url" width="400"></iframe>
</div>
Then grab the height of "external_page".
Sounds like it might work, but as I said, it's been a few years.
Taking a closer look at what you posted there - how does the height of the div get affected by the iframe? Won't it be set to the static height of the iframe and the iframe content just invoke the scroll bar?
[edited by: Poor_Knight at 10:59 pm (utc) on Oct. 15, 2007]