엄청 간단한 iframe 크기 자종 조절 스크립트 > script

본문 바로가기

script

엄청 간단한 iframe 크기 자종 조절 스크립트

작성일 07-04-24 16:35

페이지 정보

작성자서방님 조회 498회 댓글 0건

본문

<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>

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기