엄청 간단한 iframe 크기 자종 조절 스크립트
페이지 정보
작성자 서방님 댓글 0건 조회 171회 작성일 07-04-24 16:35본문
<SCRIPT LANGUAGE="JavaScript">
<!--
function resizeIframe(fr)
{
fr.setExpression('height',aaa.document.body.scrollHeight);
fr.setExpression('width',aaa.document.body.scrollWidth);
}
//-->
</SCRIPT>
<iframe frameborder="0" id="aaa" scrolling="no" src="test.htm" onload="resizeIframe(this)"></iframe>
댓글목록
등록된 댓글이 없습니다.