b

iframe 의 크기를 자동으로 지정

bbking
· 2005-07-08 (금) 10:52:51 · 3094 · 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개

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

프로그램

8,188건
+
제목 글쓴이 날짜 조회
05-03-13 조회 2,348
05-03-13 조회 2,771
05-03-13 조회 2,556
05-03-13 조회 2,601
05-03-13 조회 3,204
05-03-13 조회 2,417
05-03-13 조회 2,337
05-03-13 조회 2,469
05-03-13 조회 3,596
05-03-13 조회 2,632
05-03-13 조회 2,690
05-03-13 조회 2,826
05-03-13 조회 2,648
05-03-13 조회 2,731
05-03-13 조회 2,555
05-03-13 조회 2,900
05-03-13 조회 2,640
05-03-13 조회 3,423
05-03-13 조회 3,128
05-03-13 조회 3,409
05-03-13 조회 2,326
05-03-13 조회 2,420
05-03-13 조회 3,002
05-03-13 조회 2,488
05-03-13 조회 4,577
05-03-13 조회 3,507
05-03-13 조회 2,943
05-03-13 조회 3,633
05-03-13 조회 2,610
05-03-13 조회 2,484
05-03-13 조회 3,412
05-03-13 조회 2,331
05-03-13 조회 2,578
05-03-13 조회 4,075
05-03-13 조회 2,709
05-03-13 조회 2,434
05-03-13 조회 5,761
05-03-13 조회 5,394
05-03-13 조회 4,331
05-03-13 조회 4,624
05-03-13 조회 7,888
05-03-13 조회 4,384
05-03-13 조회 3,465
05-03-13 조회 3,458
05-03-13 조회 8,010
05-03-13 조회 5,463
05-03-13 조회 2,727
05-03-13 조회 4,112
05-03-13 조회 2,797
05-03-13 조회 2,401
05-03-13 조회 3,161
05-03-13 조회 2,635
05-03-13 조회 2,293
05-03-13 조회 2,638
05-03-13 조회 3,823
05-03-13 조회 3,275
05-03-13 조회 2,570
05-03-13 조회 2,500
05-03-12 조회 4,826
05-03-12 조회 3,749
05-03-12 조회 4,464
05-03-12 조회 4,286
05-02-24 조회 4,613
05-02-24 조회 9,399
05-02-23 조회 3,400
05-02-04 조회 4,571
05-02-04 조회 4,039
05-02-04 조회 3,435
05-02-04 조회 3,501
05-02-04 조회 3,409
05-02-04 조회 3,672
04-12-27 조회 3,863
04-12-24 조회 6,152
04-12-22 조회 4,740
04-12-16 조회 5,790
04-12-13 조회 7,015
04-12-11 조회 8,150
04-12-09 조회 1.9만
04-12-08 조회 7,763
04-12-04 조회 3,710
04-12-04 조회 4,954
04-12-01 조회 3,322
04-12-01 조회 5,163
04-12-01 조회 3,764
04-11-30 조회 3,055
04-11-30 조회 3,272
04-11-30 조회 3,046
04-11-30 조회 3,395
04-11-30 조회 2,558
04-11-30 조회 2,405
04-11-30 조회 2,491
04-11-30 조회 2,953
04-11-30 조회 2,709
04-11-30 조회 3,196
04-11-30 조회 4,378
04-11-30 조회 2,413
04-11-30 조회 2,604
04-11-30 조회 4,020
04-11-29 조회 3,177
04-11-29 조회 4,017