iframe의 height값을 자동으로 조절하게끔 해보자...
- Posted at 2008/08/01 15:14
- Filed under 일함서/팁...??
function FN_iframeAutoHeight(obj) {html code :
obj = typeof obj == 'string' ? document.getElementById(obj) : obj;
obj.setExpression('height',iframename.document.body.scrollHeight);
}
<IFRAME name="iframename" border=0 marginWidth=0 marginHeight=0 src="http://web20korea.com" frameBorder=0 width="100%" scrolling=no onload="FN_iframeAutoHeight(this)"></IFRAME>
ㅇㅇ?? ㅋㅋㅋ
간단데스.......
Posted by web20korea
- Tag
- iframe




,
iframe높이



,
iframe자동 height조절



,
자동사이즈




- Response
- No Trackback , No Comment



