본문 바로가기

Note..

javascript location


출처 : http://blog.naver.com/krinlion?Redirect=Log&logNo=40130143899


document.location.host  :  문서의 호스트(host) 정보

document.location.hostname  :  문서의 서버 이름 정보

document.location.href  :  완전한 주소정보

document.location.pathname  :  호스트 다음, 자원에 접근하기 위한 경로

document.location.protocol  :  xxx:// 의 xxx (프로토콜 정의문) 부분

document.location.search  :  주소에서 ? 이후 데이터 

document.location.port  :  사용된 포트번호

'Note..' 카테고리의 다른 글

COW #2  (0) 2012.04.11
COW #1  (0) 2012.04.11
BigNum  (0) 2012.03.31
사이트 ip확인  (0) 2012.03.15
apache php mysql at ubuntu  (0) 2012.03.10