iframe 아이프레임 내용 길이에 따라서 높이가 자동으로 조절 되도록

by 조쉬 posted Feb 27, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

iframe 아이프레임 내용 길이에 따라서 높이가 자동으로 조절 되도록 하는 스크립트

function resizeIframe(fr) {
fr.setexpression('height',phone_qna.document.body.scrollHeight);
fr.setexpression('widht',phone_qna.document.body.scrollWidth);
}

<iframe onload="resizeIframe(this)"></iframe> 


Articles

3 4 5 6 7 8 9 10 11 12