obj = window.parent.frames['myContent'+curID];
objHeight = obj.document.getElementsByTagName("body")[0].offsetHeight;
alert(objHeight);
obj.height = (objHeight+50);
This alerts the right height of 50 but then I can't change the iFrame height. The iFrame isn't typical because it is actually part of a WYSIWYG that gets dynamically loaded onclick.