?? ??
?? ??? ?? ???? URL ??? ?????. ?? ?? ?? URL:
http://www.example.com:8080/path/index.html?a=1&b=2#TOP
? location.href? ???? ?? ? ????. URL? ? ??? ?? ???? ??? ?? ??? ? ????.
location.protocol; // 'http' location.host; // 'www.example.com' location.port; // '8080' location.pathname; // '/path/index.html' location.search; // '?a=1&b=2' location.hash; // 'TOP'
? ???? ????? location.sign()? ??? ? ????. ?? ???? ?? ????? location.reload() ???? ???? ?? ?? ?????.
?? ?? ??:
?? ?? ???: