window.location문법은 정상적인 문법이 아닙니다.
location은 하나의 객제로서 하위에 많은 변수값들이 존재합니다.
주소를 알아내기 위한 정확한 문법은 window.location.href입니다.
href속성말고도 여러가지 속성이 있으며 아래에 열거 하였습니다.
hostname = window.location.hostname;
href = window.location.href;
host = window.location.host;
port = window.location.port;
pathname = window.location.pathname;
search = window.location.search;
protocoal = window.location.protocol;
alert(href);
즐거운 하루 되세요!
의문나시는 부분 있으시면 언제든지 쪽지주세요!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment