Gooday Note Scrap Source Android login
 
작성일 : 11-07-18 09:37
[Html] iframe
 글쓴이 : 기리 (123.♡.195.24)
조회 : 2,347  
<script language="javascript">
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>
<iframe src="페이지 주소" width='100%' height='100%' marginwidth='0' marginheight='0' frameborder='no' scrolling='no' onload='resize_frame(this)' name="iframe_list" id="iframe_list" target="_self"></iframe>

 
 

Total 7
번호 제   목 글쓴이 날짜 조회
7 [Html] CSS Gradient Background Maker 기리 04-08 3267
6 [Html] <br>태그 html에서 줄간격 사이즈 줄이기 … (1) 기리 11-01 19767
5 [Html] HTML table 테두리 기리 08-04 6753
4 [Html] iframe 기리 07-18 2348
3 [Html] CSS 속성 기리 04-05 2931
2 [Html] Style 속성 기리 04-05 5419
1 [Html] HTML 특수 문자 코드 - 기호표 기리 04-01 5427