go to href javascript code example
Example 1: javascript got to url
window.location.href = "https://www.google.com"
Example 2: javascript go to url
window.location = url;
Example 3: js go to page
window.location.href = "http://example.com/new_url";