급하게 질문드립니다.ㅜ.ㅜ 정보
급하게 질문드립니다.ㅜ.ㅜ본문
나라오름님의 클럽을 설치하고 나서 잘돼다가..
클럽을 누르면 아무것도 뜨지 않습니다...ㅜ.ㅜ
뭐가 문제인지..ㅜ.ㅜ
클럽이름을 바꾸고 나서 부터 아무것도 뜨지 않습니다.
어떻게 해야하는건지요..ㅜ.ㅜ
미치겠습니다.
이름바꾸고나서부터 아무것도 뜨지않습니다.ㅜ.ㅜ
도와주세요..
댓글 전체
다음과같은 스크립터 오류가 보이는군요.
Error: document.frames has no properties
Source file: http://toureview.igscom.com/board/club/club_index.php Line: 98
Error: document.frames has no properties
Source file: http://toureview.igscom.com/board/club/club_main.php?cb_id=cb_toureview Line: 98
위오류의 위치는 다음 소스이군요.
아래의 "var iframeWin = document.frames['CLUB_BODY'];" 부분에서 오류가 나고있습니다.
<script language="JavaScript" type="text/JavaScript">
function resizeIFrame()
{
var iframeWin = document.frames['CLUB_BODY'];
var scrollbarWidth = 4;
var iframeWinBody = iframeWin.document.body;
var diffHeight = iframeWinBody.scrollHeight - document.all.CLUB_BODY.style.pixelHeight;
document.all.CLUB_BODY.style.pixelHeight = document.all.CLUB_BODY.style.pixelHeight + diffHeight + scrollbarWidth;
}
</script>
Error: document.frames has no properties
Source file: http://toureview.igscom.com/board/club/club_index.php Line: 98
Error: document.frames has no properties
Source file: http://toureview.igscom.com/board/club/club_main.php?cb_id=cb_toureview Line: 98
위오류의 위치는 다음 소스이군요.
아래의 "var iframeWin = document.frames['CLUB_BODY'];" 부분에서 오류가 나고있습니다.
<script language="JavaScript" type="text/JavaScript">
function resizeIFrame()
{
var iframeWin = document.frames['CLUB_BODY'];
var scrollbarWidth = 4;
var iframeWinBody = iframeWin.document.body;
var diffHeight = iframeWinBody.scrollHeight - document.all.CLUB_BODY.style.pixelHeight;
document.all.CLUB_BODY.style.pixelHeight = document.all.CLUB_BODY.style.pixelHeight + diffHeight + scrollbarWidth;
}
</script>