Like the annoyingly long title reads.
I've googled around for quite a while, but only find people complaining about it or examples that instead seems to return the height of the master document / page (containing the iframe in question; I need to find out the height of the content
within that iframe).
What I'm trying to do is to have a page section displayed within an iframe; this page can basically be any (dynamic) one from my site, so the frame needs to be resized accordingly on each update. I can achieve the actual change in height, but I cannot retrieve the actual value of the full height of the content of the frame.
(Why am I doing it in this fuzzy way you say? Well, basically because in this way I can have the header and navigation sections preloaded at all times + the navigation has multiple levels, which would be a hassle to retain if you had to reload the navigation pane for each page).
Grateful for any advice,
Rudolpho