이게 무슨 의미인지? 정보
그누보드 이게 무슨 의미인지?본문
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 902
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 903
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 904
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 905
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 906
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 903
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 904
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 905
Warning: Cannot add header information - headers already sent by (output started at /home/best0one/gnu/index.html:17) in /home/best0one/gnu/lib.inc.php on line 906
댓글 전체
회원가입후 에러 좌르르 뜨는 것은 mbform.php의
<script language='javascript'>
message('이미 로그인중이므로 {$html_title} 하실 수 없습니다.'); // 이부분을 message를 alert 로 바꾸세요
window.close();
</script>
message 부분을 alert로 바꾸심 될겁니다.
javascript 안에는 alert를 쓰고 <?..?>부분은 message로 처리한것 같네요..
$html_title = "회원 가입"; 이부분도 위로 땡겨 올리고요...
<script language='javascript'>
message('이미 로그인중이므로 {$html_title} 하실 수 없습니다.'); // 이부분을 message를 alert 로 바꾸세요
window.close();
</script>
message 부분을 alert로 바꾸심 될겁니다.
javascript 안에는 alert를 쓰고 <?..?>부분은 message로 처리한것 같네요..
$html_title = "회원 가입"; 이부분도 위로 땡겨 올리고요...