검색결과 리스트
글
html 소스
<iframe width="700" id="the_iframe" onload="calcHeight();" src="testing_page.shtml" scrolling="NO" frameborder="1" height="1"></iframe>
javascript 소스
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; }
'javascript' 카테고리의 다른 글
팝업창 띄우기 (0) | 2012.09.26 |
---|---|
프린트 영역 설정 (0) | 2012.09.13 |
radio 선택에 따른 스타일 활성/비활성 (0) | 2012.09.13 |
팝업창닫기 링크 (0) | 2012.09.13 |
뒤로가기 (0) | 2012.09.13 |
설정
트랙백
댓글
글
'Site Link' 카테고리의 다른 글
slide swipe Owl Carousel (0) | 2017.04.24 |
---|---|
swipe 가로 세로 (0) | 2017.04.07 |
iOS font 아이폰 기본제공 폰트 (0) | 2016.10.05 |
IE8 미만 버전 테스트를 위한 XP모드 설정 (0) | 2013.08.12 |
CSS Design Awards (0) | 2012.09.06 |
설정
트랙백
댓글
글
'Site Link' 카테고리의 다른 글
slide swipe Owl Carousel (0) | 2017.04.24 |
---|---|
swipe 가로 세로 (0) | 2017.04.07 |
iOS font 아이폰 기본제공 폰트 (0) | 2016.10.05 |
IE8 미만 버전 테스트를 위한 XP모드 설정 (0) | 2013.08.12 |
jQuery Cheatsheet (0) | 2012.09.06 |
RECENT COMMENT