index.php

· 20년 전 · 3853 · 2
<?
$LastModified = gmdate("D d M Y H:i:s", filemtime($HTTP_SERVER_VARS[SCRIPT_FILENAME]));
header("Last-Modified: $LastModified GMT");
header("ETag: \"$LastModified\"");
?>
<html>
<head>
<title>테스트</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset cols="0,100%" border="0">
<frame>
<frame src="board/index.php">
<noframes>
<p> </p>
</noframes>
</frameset>
</html>

이런식으로 감싸고 회원가입하면 닉네임이나 기타등등 중복체크하라는 메시지가 연속으로 계속 출력이 되네요

한번 확인해보세요..
|

댓글 2개

아마 g4도 gnu3에서 패치했듯이 top을 parent로 변경해야 할듯 하군요.^^
//top.document.fmbform.mb_id_enabled.value = -1;
parent.document.fmbform.mb_id_enabled.value = -1;

수정해야 될 파일은 다음 두개입니다.
다음 두개파일에서 top.document로 되어있는것을 parent.document로 변경하시면 됩니다.
bbs/member_email_check.php
bbs/member_nick_check.php
위처럼 하면 다음과 같은 스크립터 오류가 나는군요.
관리자님께서 체크해주셔야 할듯

다음은 에러내용입니다.
Error: top.document.getElementById("mb_nick_enabled") has no properties
Source File: http://g4testsite/member_nick_check.php?mb_nick=test5 Line: 27

위 27라인 찾아가면 다음과 같은 스크립터의 top....value=1; 에서 걸리는군요.^^
<script language='JavaScript'>
alert("'test5'은(는) 별명으로 사용할 수 있습니다.");
top.document.getElementById('mb_nick_enabled').value = 1;
window.close();
</script>
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
20년 전 조회 3,240
20년 전 조회 3,472
20년 전 조회 2,980
20년 전 조회 2,864
20년 전 조회 3,585
20년 전 조회 3,512
20년 전 조회 5,218
20년 전 조회 3,826
20년 전 조회 3,162
20년 전 조회 3,854
20년 전 조회 3,312
20년 전 조회 3,554
20년 전 조회 3,957
20년 전 조회 3,667
20년 전 조회 3,350
20년 전 조회 3,789
20년 전 조회 3,066
&&nbsp;&nbsp;
20년 전 조회 3,702
20년 전 조회 3,614
20년 전 조회 3,397