how to redirect user from one page to another js html code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";