업로드시 로딩메세지 나타내기 질문입니다..
을 약간 변형해서
제 홈페이지 회원
산돌님이
아래처럼 해서 쓰니 인덱스에서 문제가 발생하네요
<? //새로고침시 현재페이지로 다시 로딩
$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>
사용하는데 문제가 발생한다고 합니다..
문제의 주소
부탁드립니다..
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
페이지에 오류가 있을경우에는 로딩중이 계속 나오더군요....^^