묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
iframe에 관해 질문이요~
2006.11.23 15:55
아이프레임을 삽입할때 크기를 자동으로 지정해 주는 거있잖아요..
웹상에 떠도는 몇가지 소스를 가지고 시도를 해보았습니다.
어디서 잘 못 되었는지 모르겠는데..
혹시 아이프레임으로 불러올 파일 예를 들어 그파일을 a.php라고 할때..
<iframe src="http://................/a.php"> 이런식으로 도메인이 다른 곳의 웹페이지를 불러오기 때문에 크기 측정이
되질 않아서 안되는 것인가요?
참고로 제가 썼던 코드는
function calcHeight(){
var the_height= document.getElementById('the_iframe').contentWindow.document.body.scrollHeight;</span>
document.getElementById('the_iframe').height= the_height;
}
이 함수와
<iframe onLoad="calcHeight();" src="http://hex254.zerois.net" scrolling="NO" frameborder="0" height="0"></iframe>
입니다.
많은 고수님들의 답변을 부탁드립니다.
웹상에 떠도는 몇가지 소스를 가지고 시도를 해보았습니다.
어디서 잘 못 되었는지 모르겠는데..
혹시 아이프레임으로 불러올 파일 예를 들어 그파일을 a.php라고 할때..
<iframe src="http://................/a.php"> 이런식으로 도메인이 다른 곳의 웹페이지를 불러오기 때문에 크기 측정이
되질 않아서 안되는 것인가요?
참고로 제가 썼던 코드는
function calcHeight(){
var the_height= document.getElementById('the_iframe').contentWindow.document.body.scrollHeight;</span>
document.getElementById('the_iframe').height= the_height;
}
이 함수와
<iframe onLoad="calcHeight();" src="http://hex254.zerois.net" scrolling="NO" frameborder="0" height="0"></iframe>
입니다.
많은 고수님들의 답변을 부탁드립니다.