js widnows location code example
Example 1: window.href
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
Example 2: javascript get domain
window.location.hostname
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
window.location.hostname