728x90

<script>
function doResize(o) {
    var frameBody = o.contentWindow.document.body;
    o.style.width  = frameBody.scrollWidth + (frameBody.offsetWidth-frameBody.clientWidth);
    o.style.height = frameBody.scrollHeight + (frameBody.offsetHeight-frameBody.clientHeight);
}

</script>


<body>
<table width="10" height="10" border="0">
    <tr>
        <td>
            <iframe src="주소" name="main" width="100%" height="100%" scrolling='no' frameborder='0' marginwidth="0" marginheight="0" frameborder="no" onload="doResize(this);"></iframe>
        </td>
    </tr>
</table>
</body>

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기