게시판에 한번들어갔다가오면 안줄어들어여
게시판이 내용물이 긴거를 들어가면 ;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
다시 게시판이 원상태가 아니라 전에 봤던 긴상태로 ;;계속보여여 ;;어찌해야할지
잘모르겠어서 ;;;
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 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>
이거로 작업했어요.