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>
'내가 자꾸 까먹어서 쓰는 개발 이야기 > JavaScript' 카테고리의 다른 글
[펌] 크롬에서 ModalWindow의 리턴값 받기 (0) | 2013.01.16 |
---|---|
스크립트에서 number_format (0) | 2009.10.20 |
브라우저 안쪽의 사이즈 (0) | 2008.06.10 |
입력 글자수 제한 (0) | 2007.09.04 |
marquee 태그로 랜덤 메시지 표시하기 (0) | 2007.07.03 |
최근댓글