게시판이 내용물이 긴거를 들어가면 ;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
댓글 2개
옙 아이프레임으로 한거예요.
<iframe width=100% id="the_iframe" onLoad="calcHeight();" src="게시판주소" scrolling="NO" frameborder="0" height="0"></iframe>
<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>
이거로 작업했어요.
<iframe width=100% id="the_iframe" onLoad="calcHeight();" src="게시판주소" scrolling="NO" frameborder="0" height="0"></iframe>
<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>
이거로 작업했어요.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기