Hi,
I have the following seems to work in Internet Explorer but not Chrome. Can anyone please explain why, and what I should do to correct it.
<iframe id="confirmed_list" src="./meets/confirmed.php?meet_id=$1" scrolling="no" width="80%" onload="document.getElementById('confirmed_list').height = confirmed_list.document.body.scrollHeight">
</iframe>
The script should automatically extend the height of the iframe to fit the contents. Internet Explorer gets the value right, however Chrome seems to calculate the value massively incorrectly.
Any ideas?