location.href="/file" : 지정한 문서로 이동
location.href=url : 지정된 주소로 이동
open.location.href="http://xxx.xxx.xxx" : 자신이 열어놓은 창을 지정된 주소로 이동
parent.frame.location.href="xxxx.html" : 부모창 지정 프레임을 지정된 문서로 이동
location.reload() : 새로고침
open.location.reload() : 자신이 열어놓은 창을 새로고침
history.go(1) : 앞 페이지로 이동
history.forward() : 앞 페이지로 이동
history.go(-1) : 뒤 페이지로 이동
history.back() : 뒤 페이지로 이동
'Study > Javascript' 카테고리의 다른 글
[Javascript] text Byte 및 길이 구하기 (0) | 2014.06.03 |
---|---|
[Javascript] input[type=text]와 onchange 이벤트 (0) | 2014.06.03 |
[Javascript] 한글 및 영문 입력방지 input 만들기 (7) | 2014.05.20 |
[JQuery] 라디오 및 체크박스 체크 여부 확인하기 (0) | 2014.05.20 |
[Javascript] 날짜 생성 (2) | 2014.05.20 |
[Javascript] javascript에서 replaceAll 하기!! (0) | 2014.05.20 |
[angularJS] 컨트롤러로 view 뿌리기 tutorial (0) | 2014.05.20 |
[JQuery][ajax] 기본 post 요청 구조 (0) | 2014.05.20 |
[JQuery] html 문서에서 다른 html 문서 import (1) | 2014.05.20 |
[angularJS] null 체크 간편하게 하기 (0) | 2014.05.20 |