<?
$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> MoveNext </title>
</head>
<frameset rows="0,*" framespacing="0" frameborder="no" border="0">
<frame src="/top.html" name="topFrame">
<frame src="/main/index.html" name="mainFrame">
</frameset>
<noframes>
<body></body>
</noframes>
</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> MoveNext </title>
</head>
<frameset rows="0,*" framespacing="0" frameborder="no" border="0">
<frame src="/top.html" name="topFrame">
<frame src="/main/index.html" name="mainFrame">
</frameset>
<noframes>
<body></body>
</noframes>
</html>
보통 프레임을 사용하는 홈페이지에서 서브메뉴로 갔을 때 새로고침을 하면
메인페이지로 가게 된다.
그러나 위의 소스와 같은 해더값을 넣어주면 서브페이지가 새로고침 해도 메인으로
돌아가지 않고 서브페이지가 유지된 상태로 새로고침이 된다.
'PHP' 카테고리의 다른 글
[PHP] 지수를 숫자로 변환하는 방법 (0) | 2015.01.06 |
---|---|
CodeIgniter 설치 (0) | 2014.06.13 |