php window location code example
Example 1: window.href
//its actually
window.location.href = "/App/Home"
//or
window.location.href = "https://www.google.com/"
Example 2: window.location javascript php
window.location.href = 'https://stackoverflow.com';