프로그래밍25 [JavaScript] 브라우저 현재 URL 가져오기 1234567 document.write(window.location.href+" "); document.write(window.location.hostname+" "); document.write(window.location.pathname+" "); document.write(window.location.protocol+" "); document.write(window.location.assign+" ");Colored by Color Scriptercs window.location.href : 현재 풀URL 주소 반환(http://localhost:20080/Chapter3/ServerVariables.asp)window.location.hostname : 현재 도메인주소값만 반환(localhost.. 2017. 8. 8. 이전 1 ··· 4 5 6 7 다음