크로스브라우징 iframe resize > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

크로스브라우징 iframe resize 정보

크로스브라우징 iframe resize

본문

ie와 firefox에서 iframe이 잘되는 넘을 쓰면 크롬에서 안되고
크롬과 firefox에서 잘 되는 넘은 ie에서 안되고...ㅠ..ㅠ...

iframe resize - ie에서 크롬까지 잘 되는거 추천 좀 해주세요.

클럽에서 iframe을 쓰구 있는데, 이거 때문에 희머리 나고 있어요.

  • 복사

댓글 전체

찾아보니 이런 소스가 나오네요. 다른 도메인 간에는 안되는거 아시죠?

<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>
 
 </head>
 
 <body>
<iframe width="700" id="the_iframe" onLoad="calcHeight();" src="iframe.html" scrolling="NO" frameborder="1" height="1"></iframe>
© SIRSOFT
현재 페이지 제일 처음으로