티스토리 뷰
반응형
15년 7월 기준.
<script language='javascript'>
window.setTimeout('window.location.reload()',60000); // 60초마다 새로고침
</script>
location.reload(); // 새로고침
top.document.프레임이름.location.reload(); // 프레임 새로 고침
top.document.location.reload(); // 프레임 전체 새로 고침
opener.location.reload(); // 부모창 새로 고침
history.go(0) // 현재 페이지 리로드
<metal http-equiv="refresh" content="5; url=index.do" /> // content의 시간 이후 url로 redirect
반응형
'Knowledge' 카테고리의 다른 글
OCR(Optical Character Recognition) 관련 (0) | 2024.01.20 |
---|---|
Linux(리눅스) jar 관련 (0) | 2024.01.20 |
WAMP(Windows+Apache+Mysql+Php) Setup(설치) 관련 (0) | 2024.01.20 |
Google(구글) Data Studio(데이터 스튜디오) split 참고 (0) | 2024.01.20 |
Google Docs(구글 닥스) Spreadsheet(스프레드시) paste image in cell(셀 이미지 삽입) (0) | 2024.01.20 |
댓글