<script>
<!--
function resize_frame(obj) {
var obj_document = obj.contentWindow.document;
if(obj_document.height) {
obj.style.height = obj_document.height;
obj.style.width = obj_document.width;
} else {
obj.style.height = obj_document.body.scrollHeight;
obj.style.width = obj_document.body.scrollWidth;
}
}
//-->
</script>
위에다가 살포시 복사해서 붙여 넣으시고
onload='resize_frame(this)' 추가 하시면 됩니다.
예제 코드 ex)
<iframe src="" frameborder=0 scrolling="no" onload='resize_frame(this)'></iframe>
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 395639
- Today:
- 6842845
- Yesterday:
- 9752247
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr