Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- HTML5
- 전자정부 표준프레임워크
- 한글
- RADIO
- 웹 플랫폼 설치 관리자
- 문자열
- java
- Oracle
- 날짜
- exception
- 오라클
- php
- null
- JSTL
- maven
- 이클립스
- checbox
- json
- 톰캣
- @RequestBody
- html
- spring form tag
- switch
- 스크립트
- MYSQL
- SSL
- DB
- 호환성
- jquery
- 네이버스마트 에디터
Archives
- Today
- Total
개인적인 정리
location.replace 본문
자바스크립트 화면이동
location.href
location.replace 등이 있다.
<script type="text/javascript">
document.location.replace("http://www.daum.net");
</script>
<script type="text/javascript">
document.location.href="http://www.daum.net";
</script>
'Script & jQuery' 카테고리의 다른 글
javascript에서 폼 요소 제거하기 (0) | 2018.07.16 |
---|---|
javascript 로 파일 확장자 및 파일 이름 체크 (0) | 2018.02.20 |
javascript 특수문자 (0) | 2018.02.20 |
jquery load 여부에 따라서 jquery load (0) | 2017.12.13 |
jquery checkbox 체크된 값 (1) | 2017.03.28 |
javascript indexOf() (0) | 2017.03.27 |
이미지 리사이징 (0) | 2017.03.21 |
업로드 파일 용량 체크 (0) | 2017.03.21 |
Comments