//아이프레임 모바일 스크롤제어 function calcHeight() { //find the height of the internal page var the_height= document.getElementById('the_iframe').contentWindow. document.body.scrollHeight; //change the height of the iframe document.getElementById('the_iframe').height= the_height; } <★iframe width="100%" src="iframe_private.html" scrolling="no" id="the_iframe" onLoad="calcHeight();" height="1px" frameborder="0" ><★/iframe>
'스크립트' 카테고리의 다른 글
li 가로 자동정렬 (0) | 2016.08.11 |
---|---|
현재창닫기 (0) | 2016.06.23 |
모바일 리사이즈 아이프레임 스크롤컨트롤 (0) | 2016.06.22 |