iframe 자동길이조절
이것저것 아무리 해봐도 안되더만,,, 이건 되네요,,
ifrmHeight을 ifrmHeight + "px"로 바꾸니,,, 되네요,,
ie8, ie9, ie10, safari에서 다 잘 됩니다. 다른데서는 테스트 안해봐서,,ㅠㅠ
해보신 분들 댓글 달아주삼,,
<!--- 아이프레임자동으로늘어나는자바스크립 --->
<script language="JavaScript">
function reSize() {
try {
var objBody = auto_iframe.document.body;
var objFrame = document.all["auto_iframe"];
ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
objFrame.style.height = ifrmHeight + "px";
}
catch(e) {}
}
function init_iframe() {
reSize();
setTimeout('init_iframe()',1)
}
init_iframe();
</script>
<!--- 아이프레임자동으로늘어나는자바스크립 끝--->
<!-- 게시판 아이프레임-->
<iframe src="게시판주소" frameborder="0" width="100%" allowtransparency="true"
name="auto_iframe" id="auto_iframe" marginwidth="0" marginheight="0" scrolling="No"></iframe>
<!-- 게시판 끝-->
ifrmHeight을 ifrmHeight + "px"로 바꾸니,,, 되네요,,
ie8, ie9, ie10, safari에서 다 잘 됩니다. 다른데서는 테스트 안해봐서,,ㅠㅠ
해보신 분들 댓글 달아주삼,,
<!--- 아이프레임자동으로늘어나는자바스크립 --->
<script language="JavaScript">
function reSize() {
try {
var objBody = auto_iframe.document.body;
var objFrame = document.all["auto_iframe"];
ifrmHeight = objBody.scrollHeight + (objBody.offsetHeight - objBody.clientHeight);
objFrame.style.height = ifrmHeight + "px";
}
catch(e) {}
}
function init_iframe() {
reSize();
setTimeout('init_iframe()',1)
}
init_iframe();
</script>
<!--- 아이프레임자동으로늘어나는자바스크립 끝--->
<!-- 게시판 아이프레임-->
<iframe src="게시판주소" frameborder="0" width="100%" allowtransparency="true"
name="auto_iframe" id="auto_iframe" marginwidth="0" marginheight="0" scrolling="No"></iframe>
<!-- 게시판 끝-->
댓글 4개
wndProc
12년 전
아 테스트 해 봐야 겠네요..ㅎㅎ
takumi22
12년 전
정보 감사드립니다
12년 전
저는...
function fnc_ifrm_height(obj){
if(obj.contentDocument){
obj.height = obj.contentDocument.body.offsetHeight + 40;
} else {
obj.height = obj.contentWindow.document.body.scrollHeight+ 40;
}
}
<iframe src="./list.php" width="600" onLoad="fnc_ifrm_height(this)" frameborder="0">
d일케 onload이벤트에 걸어줬여요
function fnc_ifrm_height(obj){
if(obj.contentDocument){
obj.height = obj.contentDocument.body.offsetHeight + 40;
} else {
obj.height = obj.contentWindow.document.body.scrollHeight+ 40;
}
}
<iframe src="./list.php" width="600" onLoad="fnc_ifrm_height(this)" frameborder="0">
d일케 onload이벤트에 걸어줬여요
12년 전
저도 적용해 봐야겠네요
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3129 | 12년 전 | 5176 | ||
| 3128 | 12년 전 | 7911 | ||
| 3127 | 12년 전 | 7064 | ||
| 3126 | 12년 전 | 4987 | ||
| 3125 | 12년 전 | 5869 | ||
| 3124 | 12년 전 | 5557 | ||
| 3123 | 12년 전 | 5924 | ||
| 3122 | 12년 전 | 6171 | ||
| 3121 | 12년 전 | 5520 | ||
| 3120 | 12년 전 | 5817 | ||
| 3119 | 12년 전 | 5238 | ||
| 3118 | 12년 전 | 4673 | ||
| 3117 | 12년 전 | 4449 | ||
| 3116 | 12년 전 | 7209 | ||
| 3115 | 12년 전 | 6033 | ||
| 3114 |
생각하는바보
|
12년 전 | 6413 | |
| 3113 |
|
12년 전 | 4822 | |
| 3112 |
|
12년 전 | 5209 | |
| 3111 |
|
12년 전 | 3643 | |
| 3110 |
|
12년 전 | 4083 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기