iframe자동높이조절문제...(파이어폭스만이상하게 나오네요)ㅠㅠ > 자유게시판

자유게시판

iframe자동높이조절문제...(파이어폭스만이상하게 나오네요)ㅠㅠ 정보

iframe자동높이조절문제...(파이어폭스만이상하게 나오네요)ㅠㅠ

본문

<script language="javascript">
function calcHeight(FrameName) {
   var the_height= document.getElementById(FrameName).contentWindow.document.body.scrollHeight;
document.getElementById(FrameName).height=the_height;
}
</script>

<iframe id="board_products_id" frameborder="1" src="1.php" onLoad="calcHeight('board_products_id')" width="100%" height="100%" scrolling="no" title="board_products" ></a>
</iframe>

이렇게 쓰고있는데요..
IE, 크롬이나 다른곳은 정상적으로 나오는데..
파이어폭스가 자동조절이 않됩니다.(파폭 버전 3.6.16)
무엇이 문제라서..ㅠㅠ
고수님들 한수갈켜주세요..

추천
0

댓글 2개

$('#board_products_id').load(function() {
  $(this).height($(this).contents().find('body')[0].scrollHeight);
});

어차피 불러온 덩치큰놈 써먹어야죠
간단히 아래처럼 해보세요
<iframe src="1.php" name="content" onload="this.height=content.document.body.scrollHeight;" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="no" scrolling="no"></iframe>
전체 199,641 |RSS
자유게시판 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT