iframe自适应高度,撑开外面的div
function changeFrameHeight(){
		    var iframe1= document.getElementById("iframe1"); 
		    iframe1.height=iframe1.contentWindow.document.documentElement.scrollHeight;
		}
    DO What You Want !
function changeFrameHeight(){
		    var iframe1= document.getElementById("iframe1"); 
		    iframe1.height=iframe1.contentWindow.document.documentElement.scrollHeight;
		}
