javascript button go to page code example
Example 1: js go to page
window.location.href = "http://example.com/new_url";
Example 2: javascript load page
window.location = "https://example.com/";
window.location.href = "http://example.com/new_url";
window.location = "https://example.com/";