Forum Moderators: open
I never get to scroll the page, all I need is the dimensions of the document in the iframe as soon as is ready, and therefore my question .. is there an event that provides me that since the iframe document body onload happens too soon?
First, are you sure your script is getting the scrollHeight object for the iframe document, and not for the parent document? It surprises me that the scrollHeight object would not be available when onLoad fires - after all, the onload event is all about the fact that the document and all its objects are now available.
Second, here's a page at Microsoft [msdn.microsoft.com] that diagrams the available measurement properties. Maybe something there can trigger a new idea.