I have a iframe in a page
<iframe src="page.aspx" >
I don't know how big the thing is going to be. How to get the height? May be jquery would be good here beacuse of browser indifferences.
// sth like this.
currentfr.contentDocument.body.offsetHeight // NS
currentfr.Document.body.scrollHeight // IE