페이지에 한번 접속할때 딱한번만 실행하는 자동 새로고침스크립트는
없는지 알고 싶습니다..
여러가지 새로고침방법이 있지만 할수 있는 방법이 없는 것같아서...
<script LANGUAGE="JavaScript">
setTimeout("history.go(0);", 3000); //refresh
</script>
window.location.reload() //refresh
<meta http-equiv="Refresh" content="5"> //refresh