function iframeLoaded() {
var iFrameID = document.getElementById('iframe_login');
if (iFrameID) {
// here you can meke the height, I delete it first, then I make it again
iFrameID.height = "";
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
}
This script is not working in Mozilla firefox but it works in chrome.