 |
|
|  |
| 엄청 간단한 iframe 크기 자종 조절 스크립트 |
|
|
 |
15년 전 |
<SCRIPT LANGUAGE="JavaScript">
<!--
function resizeIframe(fr)
{
fr.setExpression('height',aaa.document.body.scrollHeight);
fr.setExpression('width',aaa.document.body.scrollWidth);
}
//-->
</SCRIPT>
<iframe frameborder="0" id="aaa" scrolling="no" src="test.htm" onload="resizeIframe(this)"></iframe>
|
|
추천 : 619 |
추천
목록
|
|
|  |
|