hoony's web study

728x90
반응형

보통은 C#이나 jsp에서 host 정보를 받아와서 처리를 많이했으나 요즘은 
jquery로 보통 프로그램을 다 빼서 처리하는 경우가 더 많은 것 같습니다.


jquery 로 단순히 예를 들어 www.daum.net과 같은 것을 받아서 처리할려면 

window.location.host를 쓰시면 됩니다.

전 들어오는 host에 따라서 사이트를 여러개 운영할려고 위에 것을 적용했습니다.
아래의 것을 응용한다면 jquery로 할 수 있는 것들이 정말 무궁무진 하겠죠 ^^



sourceThe whole url being parsed
protocoleg. http, https, file, etc
hosteg. www.mydomain.com, localhost etc
porteg. 80
relativeThe relative path to the file including the querystring (eg. /folder/dir/index.html?item=value)
pathThe path to the file (eg. /folder/dir/index.html)
directoryThe directory part of the path (eg. /folder/dir/)
fileThe basename of the file eg. index.html
queryThe entire query string if it exists, eg. item=value&item2=value2
fragment or anchorThe entire string after the # symbol


728x90

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading