반응형
자바스크립트로 URL 구하기
현재 URL을 http://Godwithus.tistory.com/test/test.php?key=val#getURL 이라고 가정하겠습니다
location.href http://Godwithus.tistory.com/test/test.php?key=val#getURL
location.hostname http://Godwithus.tistory.com
location.pathname /test/test.php
location.protocol http:
location.search ?key=val
location.hash #getURL
location.hash.substr(1) getURL
location.assing("http://www.loads_a_new_document.com"); loads a new document
iframe 에서 부모 URL 구하기
보안 이슈(https://en.wikipedia.org/wiki/Same-origin_policy)로 인하여 부모창의 호스트와 iFrame 의 호스트가 다를 경우 부모창의 URL 에 접근 할 수 없기 때문에 아래와 같은 방법을 사용한다
document.referrer http://Godwithus.tistory.com/test/test.php?key=val
그런데 문제는 부모의 hash 를 구하지 못한다는 것이다
반응형
'IT > Web' 카테고리의 다른 글
안드로이드 웹브라우저에서 Form 이 정상 동작하지 않을 때 (0) | 2017.04.07 |
---|---|
우분투에 Apache, mysql, php 설치하기 (0) | 2017.04.05 |
웹호스팅 업체 Hostinger 의 장단점 (2) | 2017.04.04 |
테이블 복사시 AUTO_INCREMENT 속성 살리기 (0) | 2017.04.03 |
Market share trends for SSL certificate authorities since March 2016 (0) | 2017.03.29 |
Hostinger 호스팅에 무료 SSL 설치하기 (0) | 2017.03.28 |
최근 1년 우리나라 모바일 검색 순위 2015.08~2016.09 (0) | 2016.08.10 |
Port Number 포트 번호 (0) | 2016.04.30 |
Web에서 카카오톡 링크 API 달기 (0) | 2016.03.23 |
클래스 선택자, 속성 선택자, 태그 선택자 (0) | 2014.01.10 |
댓글