아이프레임 자동으로 늘어나는 자바 스크립트



function reSize() {
try {
var objBody = auto_iframe.document.body;
var objFrame = document.all["auto_iframe"];
ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
objFrame.style.height = ifrmHeight;
}
catch(e) {}
}

function init_iframe() {
reSize();
setTimeout('init_iframe()',1)
}

init_iframe();


----위에 소스 헤드 부분에 복사해서 넣으시구요.

아래처럼 아이플래임 들어가는곳에 복사에서 넣어주세요 .

당연히 주소는 자기가 불러올 주소 넣어야되게죠? ^^;

name="auto_iframe" id="auto_iframe" marginwidth="0" marginheight="0" scrolling="no"
allowtransparency="true">

의견 3 자료등록      목록