게시판이 내용물이 긴거를 들어가면 ;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
댓글 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>
이거로 작업했어요.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기