navigate to another page in javascript code example
Example 1: navigate to another page in javascript
window.location.href = "http://mywebsite.com/home.html";
Example 2: js go to page
window.location.href = "http://example.com/new_url";
window.location.href = "http://mywebsite.com/home.html";
window.location.href = "http://example.com/new_url";