업로드시 로딩메세지 나타내기 질문입니다.. 정보
업로드시 로딩메세지 나타내기 질문입니다..
본문
을 약간 변형해서
제 홈페이지 회원
산돌님이
아래처럼 해서 쓰니 인덱스에서 문제가 발생하네요
<? //새로고침시 현재페이지로 다시 로딩
$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>
<meta http-equiv=content-type content=text/html; charset=euc-kr>
<title>..</title>
</head>
<frameset rows="*,0" cols="1*" border=0>
<frame src="./g4/index.php" frameborder=0 scrolling=auto>
<embed src="http://maeill0.dasir.co.kr/g4/img/01.wav" autostart=true hidden=true loop=true>
</frameset>
</body>
</html>
<? //새로고침시 현재페이지로 다시 로딩
$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>
<meta http-equiv=content-type content=text/html; charset=euc-kr>
<title>..</title>
</head>
<frameset rows="*,0" cols="1*" border=0>
<frame src="./g4/index.php" frameborder=0 scrolling=auto>
<embed src="http://maeill0.dasir.co.kr/g4/img/01.wav" autostart=true hidden=true loop=true>
</frameset>
</body>
</html>
사용하는데 문제가 발생한다고 합니다..
문제의 주소
부탁드립니다..
댓글 전체

링크된 주소를 방문해보니 멀티최신글에서 오류가 발생되어서 로딩중이라는메세지바가 계속 나오고 있는것으로 보입니다.
페이지에 오류가 있을경우에는 로딩중이 계속 나오더군요....^^
페이지에 오류가 있을경우에는 로딩중이 계속 나오더군요....^^

아 그렇군요 마지막 완구쪽에 게시판이 생성되지 않아서 그렇군요..감사합니다`~