<iframe src="" frameborder="0" style="overflow-y: auto; overflow-x:hidden;" onload="setIframeHeight(this);"></iframe>
function setIframeHeight(iframe) {
if (iframe) {
iframe.height = document.documentElement.clientHeight - 50;
}
};