간단한 frame자동조정
로빈아빠
본문
<script>
function iframe_autoresize(arg) {
arg.height = eval(arg.name+".document.body.scrollHeight");
}
</script>
어쩌궁 저쩌궁...
<iframe src="어쩌구" onload="iframe_autoresize(this)">
자동조정됩니다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=48
function iframe_autoresize(arg) {
arg.height = eval(arg.name+".document.body.scrollHeight");
}
</script>
어쩌궁 저쩌궁...
<iframe src="어쩌구" onload="iframe_autoresize(this)">
자동조정됩니다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=48
관련링크
댓글목록
등록된 댓글이 없습니다.