프로그래밍
유틸리티
기타자료
시험자료
유용한사이트
대화
여행
 
 
 
 프로그래밍(Programming)
 유틸리티(Utility)
 기타자료(ETC)
 시험자료(Exam)
 유용한사이트(Site)

 
 대화(Community)
 여행(Travel)

 
 회원가입
 로그인
 접속자 39

 
프로그래밍(Programming)

[스크립트] 아이프레임 리사이즈

페이지 정보

작성자 관리자 작성일15-06-18 15:57 조회2,797회 댓글0건



  • 이전글
  • 다음글
  • 목록

본문

head 에 삽입하는 스크립트


<script language="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;
}
//-->
</script>



body 안에 iframe 적용 부분에 삽입하는 태그
ㅎㅎ


<iframe width="size" id="the_iframe"
 onLoad="calcHeight();"
 src="경로"
 scrolling="NO"
 frameborder="0"
 height="1">
</iframe>

댓글목록

등록된 댓글이 없습니다.

  • 이전글
  • 다음글
  • 목록
 

 
코스트프리소개
제휴안내
이용약관
개인정보 취급방침
이메일주소 무단수집거부
Copyright ⓒ 2009-2015 Costfree.co.kr All Rights Reserved.
오늘 797    어제 1,764    최대 2,939    전체 905,138