b

iframe 의 크기를 자동으로 지정

bbking
· 20년 전 · 2320 · 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개

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

프로그램

+
제목 글쓴이 날짜 조회
20년 전 조회 2,386
20년 전 조회 2,008
20년 전 조회 1,803
20년 전 조회 3,882
20년 전 조회 4,967
20년 전 조회 2,587
20년 전 조회 3,263
20년 전 조회 5,958
20년 전 조회 2,957
20년 전 조회 2,420
20년 전 조회 4,694
20년 전 조회 2,771
20년 전 조회 2,353
20년 전 조회 2,879
20년 전 조회 2,689
20년 전 조회 3,002
20년 전 조회 3,448
20년 전 조회 2,772
20년 전 조회 4,864
20년 전 조회 3,386
20년 전 조회 4,659
20년 전 조회 3,126
20년 전 조회 4,248
20년 전 조회 4,491
20년 전 조회 7,157
20년 전 조회 3,988
20년 전 조회 2,883
20년 전 조회 4,514
20년 전 조회 2,334
20년 전 조회 4,450
20년 전 조회 3,900
20년 전 조회 2,714
20년 전 조회 4,955
bbbking
20년 전 조회 2,651
20년 전 조회 4,616
20년 전 조회 3,683
20년 전 조회 3,689
20년 전 조회 3,936
20년 전 조회 3,325
20년 전 조회 6,037
20년 전 조회 3,047
20년 전 조회 5,953
bbbking
20년 전 조회 2,474
bbbking
20년 전 조회 1,889
bbbking
20년 전 조회 2,257
bbbking
20년 전 조회 3,648
bbbking
20년 전 조회 2,151
bbbking
20년 전 조회 4,519
20년 전 조회 3,488
bbbking
20년 전 조회 2,321
bbbking
20년 전 조회 7,906
20년 전 조회 5,651
20년 전 조회 3,115
20년 전 조회 5,686
20년 전 조회 2,478
20년 전 조회 2,706
20년 전 조회 2,470
20년 전 조회 2,317
20년 전 조회 2,252
20년 전 조회 2,699
20년 전 조회 2,681
20년 전 조회 2,585
20년 전 조회 2,775
20년 전 조회 2,476
20년 전 조회 2,691
20년 전 조회 3,618
bbbking
20년 전 조회 5,459
20년 전 조회 3,835
20년 전 조회 3,287
20년 전 조회 6,035
bbbking
20년 전 조회 5,842
20년 전 조회 4,240
20년 전 조회 2,493
20년 전 조회 3,288
20년 전 조회 2,026
20년 전 조회 1,684
20년 전 조회 3,256
20년 전 조회 3,660
20년 전 조회 5,214
20년 전 조회 5,904
20년 전 조회 3,782
20년 전 조회 5,133
20년 전 조회 3,406
20년 전 조회 3,738
bbbking
20년 전 조회 8,052
bbbking
20년 전 조회 6,014
20년 전 조회 4,580
20년 전 조회 4,136
20년 전 조회 2,874
20년 전 조회 2,809
20년 전 조회 2,455
20년 전 조회 1,750
20년 전 조회 2,367
20년 전 조회 3,781
20년 전 조회 4,232
20년 전 조회 1.1만
20년 전 조회 5,155
20년 전 조회 3,476
20년 전 조회 3,282
20년 전 조회 3,933