user9166
0
Q:

window location any web

var url = new URL("http://aaa.bbb.ccc.com/asdf/asdf/sadf.aspx?blah");
console.log(url.protocol);  // "http:"
console.log(url.hostname);  // "aaa.bbb.ccc.com"
console.log(url.pathname);  // "/asdf/asdf/sadf.aspx"
console.log(url.search);  
0
console.log ('url actual: '+window.location.href);
console.log ('url actual: '+location.href);
1

New to Communities?

Join the community