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 |
Tags
- JSTL
- 전자정부 표준프레임워크
- RADIO
- DB
- switch
- jquery
- json
- SSL
- 문자열
- 스크립트
- checbox
- MYSQL
- 한글
- null
- php
- html
- exception
- Oracle
- 오라클
- 네이버스마트 에디터
- spring form tag
- 날짜
- @RequestBody
- 이클립스
- maven
- 웹 플랫폼 설치 관리자
- 톰캣
- HTML5
- java
- 호환성
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