게시판에 한번들어갔다가오면 안줄어들어여 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판에 한번들어갔다가오면 안줄어들어여 정보

게시판에 한번들어갔다가오면 안줄어들어여

본문

게시판이 내용물이 긴거를 들어가면 ;;

다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지

잘모르겠어서 ;;;
  • 복사

댓글 전체

옙 아이프레임으로 한거예요.

<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>

이거로 작업했어요.
© SIRSOFT
현재 페이지 제일 처음으로