다른 페이지로 이동하기 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>
</frameset>
</html>
속도는 약간 느리지만 ..
화면에서 새로 고침하면 그 화면에서 다시 로딩 해줍니다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=hjqa&wr_id=8
$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>
</frameset>
</html>
속도는 약간 느리지만 ..
화면에서 새로 고침하면 그 화면에서 다시 로딩 해줍니다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=hjqa&wr_id=8
관련링크
댓글목록
등록된 댓글이 없습니다.