본문 바로가기

Javascript

Iframe에 Height 자동 조절하는 Script

function resizeHeight(fr) {
		fr = typeof fr == 'string' ? document.getElementById(fr) : fr; 
		fr.setExpression('height', iframeId.document.body.scrollHeight);
	} 
window.onload시에 스크립트 호출