/* iframe Resizing
익스플로러 6, 넷스케이프 8 이상에서 작동
너비는 적용안되고 높이만 자동 리사이즈
Ex)
<iframe src="주소" width="640" marginwidth="0" marginheight="0" frameborder="0" onLoad="ResizeIFrame(this);"></iframe>
*/
function resizeIFrame(iframeId)
{
try {
var innerBody = iframeId.contentWindow.document.body;
var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight);
if(iframeId.style.height != innerHeight) {
iframeId.style.height = innerHeight;
}
if(document.all) {
innerBody.attachEvent('onclick',parent.do_resize);
innerBody.attachEvent('onkeyup',parent.do_resize);
}
else {
innerBody.addEventListener("click", parent.do_resize, false);
innerBody.addEventListener("keyup", parent.do_resize, false);
}
}
catch (e) {
}
}
익스플로러 6, 넷스케이프 8 이상에서 작동
너비는 적용안되고 높이만 자동 리사이즈
Ex)
<iframe src="주소" width="640" marginwidth="0" marginheight="0" frameborder="0" onLoad="ResizeIFrame(this);"></iframe>
*/
function resizeIFrame(iframeId)
{
try {
var innerBody = iframeId.contentWindow.document.body;
var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight);
if(iframeId.style.height != innerHeight) {
iframeId.style.height = innerHeight;
}
if(document.all) {
innerBody.attachEvent('onclick',parent.do_resize);
innerBody.attachEvent('onkeyup',parent.do_resize);
}
else {
innerBody.addEventListener("click", parent.do_resize, false);
innerBody.addEventListener("keyup", parent.do_resize, false);
}
}
catch (e) {
}
}
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
댓글 3개
16년 전
이렇게 하여도 됩니다.
<!-- 아이프레임 창 높이 조절 시작 -->
<script language="JavaScript">
<!--
function calcHeight() {
//find the height of the internal page
var the_height=
document.getElementById('iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('iframe').height=
the_height;
}
//-->
</script>
<!-- 아이프레임 창 높이 조절 끝 -->
여기까지를 <head>와 </head>사이에 넣으시고
게시판을 삽입하는 곳에는
<!--- 게시판 삽입 시작 -->
<?
echo "<iframe id=iframe onLoad=\"calcHeight();\" src=\"여기에 게시판 주소를 넣으세요\" scrolling=no frameborder=0 width=1000 height=0></iframe>";
?>
<!--- 게시판 삽입 --->
<!-- 아이프레임 창 높이 조절 시작 -->
<script language="JavaScript">
<!--
function calcHeight() {
//find the height of the internal page
var the_height=
document.getElementById('iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('iframe').height=
the_height;
}
//-->
</script>
<!-- 아이프레임 창 높이 조절 끝 -->
여기까지를 <head>와 </head>사이에 넣으시고
게시판을 삽입하는 곳에는
<!--- 게시판 삽입 시작 -->
<?
echo "<iframe id=iframe onLoad=\"calcHeight();\" src=\"여기에 게시판 주소를 넣으세요\" scrolling=no frameborder=0 width=1000 height=0></iframe>";
?>
<!--- 게시판 삽입 --->
16년 전
지마켓 등에서 상품 등록시 아이프레임을 사용하려고 하는데, 높이 조절이 자동으로 안되네요..
15년 전
다른 서버의 웹문서에도 가능한가요???
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 137 | ||
| 8229 | 9년 전 | 123 | ||
| 8228 |
커네드커네드
|
9년 전 | 164 | |
| 8227 | 9년 전 | 210 | ||
| 8226 | 9년 전 | 224 | ||
| 8225 | 9년 전 | 201 | ||
| 8224 | 9년 전 | 207 | ||
| 8223 | 9년 전 | 176 | ||
| 8222 |
|
9년 전 | 249 | |
| 8221 | 9년 전 | 159 | ||
| 8220 | 9년 전 | 189 | ||
| 8219 | 9년 전 | 157 | ||
| 8218 | 9년 전 | 196 | ||
| 8217 |
star3840
|
9년 전 | 166 | |
| 8216 | 9년 전 | 240 | ||
| 8215 | 9년 전 | 183 | ||
| 8214 | 9년 전 | 292 | ||
| 8213 | 9년 전 | 248 | ||
| 8212 | 9년 전 | 158 | ||
| 8211 | 9년 전 | 332 | ||
| 8210 | 9년 전 | 334 | ||
| 8209 | 9년 전 | 405 | ||
| 8208 | 9년 전 | 300 | ||
| 8207 | 9년 전 | 301 | ||
| 8206 |
|
9년 전 | 253 | |
| 8205 | 9년 전 | 235 | ||
| 8204 | 9년 전 | 215 | ||
| 8203 | 9년 전 | 285 | ||
| 8202 | 9년 전 | 203 | ||
| 8201 | 9년 전 | 248 | ||
| 8200 | 9년 전 | 254 | ||
| 8199 | 9년 전 | 267 | ||
| 8198 | 9년 전 | 235 | ||
| 8197 | 9년 전 | 224 | ||
| 8196 | 9년 전 | 635 | ||
| 8195 | 9년 전 | 232 | ||
| 8194 | 9년 전 | 346 | ||
| 8193 | 9년 전 | 245 | ||
| 8192 | 9년 전 | 266 | ||
| 8191 | 9년 전 | 213 | ||
| 8190 | 9년 전 | 211 | ||
| 8189 | 9년 전 | 273 | ||
| 8188 | 9년 전 | 204 | ||
| 8187 | 9년 전 | 208 | ||
| 8186 | 9년 전 | 209 | ||
| 8185 | 9년 전 | 376 | ||
| 8184 | 9년 전 | 164 | ||
| 8183 | 9년 전 | 389 | ||
| 8182 | 9년 전 | 247 | ||
| 8181 | 9년 전 | 195 | ||
| 8180 | 9년 전 | 775 | ||
| 8179 | 9년 전 | 548 | ||
| 8178 | 9년 전 | 403 | ||
| 8177 |
kiplayer
|
9년 전 | 403 | |
| 8176 | 9년 전 | 432 | ||
| 8175 | 9년 전 | 324 | ||
| 8174 | 9년 전 | 317 | ||
| 8173 | 9년 전 | 404 | ||
| 8172 | 9년 전 | 283 | ||
| 8171 | 9년 전 | 244 | ||
| 8170 | 9년 전 | 368 | ||
| 8169 |
커네드커네드
|
9년 전 | 317 | |
| 8168 | 9년 전 | 403 | ||
| 8167 | 9년 전 | 389 | ||
| 8166 | 9년 전 | 294 | ||
| 8165 | 9년 전 | 239 | ||
| 8164 | 9년 전 | 368 | ||
| 8163 | 9년 전 | 366 | ||
| 8162 | 9년 전 | 366 | ||
| 8161 | 9년 전 | 381 | ||
| 8160 |
|
9년 전 | 580 | |
| 8159 | 9년 전 | 524 | ||
| 8158 | 9년 전 | 329 | ||
| 8157 | 9년 전 | 437 | ||
| 8156 | 9년 전 | 325 | ||
| 8155 | 9년 전 | 317 | ||
| 8154 |
00년생용띠
|
9년 전 | 656 | |
| 8153 | 9년 전 | 297 | ||
| 8152 |
|
9년 전 | 482 | |
| 8151 | 9년 전 | 478 | ||
| 8150 | 9년 전 | 583 | ||
| 8149 |
Jangfolk
|
9년 전 | 436 | |
| 8148 | 9년 전 | 252 | ||
| 8147 | 9년 전 | 446 | ||
| 8146 | 9년 전 | 528 | ||
| 8145 | 9년 전 | 477 | ||
| 8144 | 9년 전 | 440 | ||
| 8143 | 9년 전 | 275 | ||
| 8142 | 9년 전 | 489 | ||
| 8141 | 9년 전 | 439 | ||
| 8140 | 9년 전 | 995 | ||
| 8139 | 9년 전 | 345 | ||
| 8138 |
전갈자리남자
|
9년 전 | 451 | |
| 8137 | 9년 전 | 491 | ||
| 8136 | 9년 전 | 812 | ||
| 8135 |
|
9년 전 | 854 | |
| 8134 |
PlayPixel
|
9년 전 | 594 | |
| 8133 |
|
9년 전 | 506 | |
| 8132 | 9년 전 | 540 | ||
| 8131 | 9년 전 | 894 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기