이쯤되면 클릭 안하시리라 봅니다만, (키스의 게시물 4) 정보
이쯤되면 클릭 안하시리라 봅니다만, (키스의 게시물 4)
본문
그래도 또 클릭하셨군요.
이 게시물은 네번째 올리는 키스의 게시물 시리즈 -
- 키스의 게시물 4 입니다.
감사합니다.
추천
0
0
댓글 3개

헙!

낚시협회서 공문보냈다고 하던데요... 출두하시라고.. ㅎㅎ;;

아이프레임 리사이즈 소스
head 에 삽입하는 스크립트
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('the_iframe').height=
the_height;
}
//-->
</script>
body 안에 iframe 적용 부분에 삽입하는 태그
ㅎㅎ
<iframe width="size" id="the_iframe"
onLoad="calcHeight();"
src="경로"
scrolling="NO"
frameborder="0"
height="1">
</iframe>
head 에 삽입하는 스크립트
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('the_iframe').height=
the_height;
}
//-->
</script>
body 안에 iframe 적용 부분에 삽입하는 태그
ㅎㅎ
<iframe width="size" id="the_iframe"
onLoad="calcHeight();"
src="경로"
scrolling="NO"
frameborder="0"
height="1">
</iframe>