b

iframe 의 크기를 자동으로 지정

bbking
· 20년 전 · 2308 · 1
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Sample Script </title>
<meta name="Generator" content="EditPlus">


<!-- [1단계] 아래의 코드를 <head> 와 </head> 사이에 붙여 넣으세요 -->


<script type="text/javascript">

var iframeids=["myframe"] // iframe 에 사용할 ID 를 지정 해 주세요

var iframehide="yes"

function resizeCaller() {
var dyniframe=new Array()
for (i=0; i<iframeids.length; i++){
if (document.getElementById)
resizeIframe(iframeids[i])
if ((document.all || document.getElementById) && iframehide=="no"){
var tempobj=document.all? document.all[iframeids[i]] : document.getElementById(iframeids[i])
tempobj.style.display="block"
}
}
}

function resizeIframe(frameid){
var currentfr=document.getElementById(frameid)
if (currentfr && !window.opera){
currentfr.style.display="block"
if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax
currentfr.height = currentfr.contentDocument.body.offsetHeight;
else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax
currentfr.height = currentfr.Document.body.scrollHeight;
if (currentfr.addEventListener)
currentfr.addEventListener("load", readjustIframe, false)
else if (currentfr.attachEvent)
currentfr.attachEvent("onload", readjustIframe)
}
}

function readjustIframe(loadevt) {
var crossevt=(window.event)? event : loadevt
var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement
if (iframeroot)
resizeIframe(iframeroot.id);
}

function loadintoIframe(iframeid, url){
if (document.getElementById)
document.getElementById(iframeid).src=url
}

if (window.addEventListener)
window.addEventListener("load", resizeCaller, false)
else if (window.attachEvent)
window.attachEvent("onload", resizeCaller)
else
window.onload=resizeCaller

</script>


<!----------------- 여기까지 ----------------->

</head>

<body>

<!-- [2단계] 아래의 방법으로 iframe 태그를 넣으세요 -->

<iframe id="myframe" src="http://www.naver.com" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>

<!-- 여기에서 주의할 점은 스크립트의 맨 처음에 지정한 iframe 의 아이디를 반드시 사용해야 한다는 점입니다 --->

<!----------------- 여기까지 ----------------->

<p>
위의 페이지는 iframe 태그에 의해 불려진 페이지의 전체 입니다<br>
이처럼 이 스크립트를 사용하면 불려질 문서의 길이가 자동으로 체크되어 그 길이만큼 iframe 이 보여집니다

</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|

댓글 1개

써먹어야될곳이 생각났네요
감사합니다
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
20년 전 조회 2,372
20년 전 조회 1,994
20년 전 조회 1,799
20년 전 조회 3,871
20년 전 조회 4,951
20년 전 조회 2,578
20년 전 조회 3,254
20년 전 조회 5,940
20년 전 조회 2,944
20년 전 조회 2,407
20년 전 조회 4,679
20년 전 조회 2,755
20년 전 조회 2,341
20년 전 조회 2,866
20년 전 조회 2,667
20년 전 조회 2,989
20년 전 조회 3,432
20년 전 조회 2,764
20년 전 조회 4,848
20년 전 조회 3,371
20년 전 조회 4,644
20년 전 조회 3,110
20년 전 조회 4,238
20년 전 조회 4,476
20년 전 조회 7,145
20년 전 조회 3,977
20년 전 조회 2,870
20년 전 조회 4,498
20년 전 조회 2,325
20년 전 조회 4,431
20년 전 조회 3,889
20년 전 조회 2,692
20년 전 조회 4,941
bbbking
20년 전 조회 2,642
20년 전 조회 4,598
20년 전 조회 3,664
20년 전 조회 3,673
20년 전 조회 3,927
20년 전 조회 3,309
20년 전 조회 6,026
20년 전 조회 3,034
20년 전 조회 5,939
bbbking
20년 전 조회 2,456
bbbking
20년 전 조회 1,874
bbbking
20년 전 조회 2,244
bbbking
20년 전 조회 3,635
bbbking
20년 전 조회 2,138
bbbking
20년 전 조회 4,502
20년 전 조회 3,467
bbbking
20년 전 조회 2,309
bbbking
20년 전 조회 7,890
20년 전 조회 5,644
20년 전 조회 3,102
20년 전 조회 5,672
20년 전 조회 2,460
20년 전 조회 2,686
20년 전 조회 2,454
20년 전 조회 2,300
20년 전 조회 2,235
20년 전 조회 2,685
20년 전 조회 2,667
20년 전 조회 2,566
20년 전 조회 2,763
20년 전 조회 2,461
20년 전 조회 2,674
20년 전 조회 3,599
bbbking
20년 전 조회 5,450
20년 전 조회 3,814
20년 전 조회 3,265
20년 전 조회 6,020
bbbking
20년 전 조회 5,828
20년 전 조회 4,230
20년 전 조회 2,481
20년 전 조회 3,280
20년 전 조회 2,007
20년 전 조회 1,669
20년 전 조회 3,239
20년 전 조회 3,643
20년 전 조회 5,201
20년 전 조회 5,893
20년 전 조회 3,764
20년 전 조회 5,120
20년 전 조회 3,392
20년 전 조회 3,718
bbbking
20년 전 조회 8,035
bbbking
20년 전 조회 5,999
20년 전 조회 4,568
20년 전 조회 4,121
20년 전 조회 2,860
20년 전 조회 2,798
20년 전 조회 2,439
20년 전 조회 1,734
20년 전 조회 2,358
20년 전 조회 3,765
20년 전 조회 4,224
20년 전 조회 1.1만
20년 전 조회 5,141
20년 전 조회 3,460
20년 전 조회 3,275
20년 전 조회 3,924