function iframeResize(){
var PageHight = document.body.scrollHeight + 30; // page height 擾
window.parent.document.getElementById('disp').style.height = PageHight + 'px'; // iframe height ύX
}
window.onload = iframeResize;