How do I redirect to another webpage?
If you need it in JQuery we can follow below sample:$(location).attr('href', 'http://google.com');
$(location).attr('href', 'http://google.com');
window.location.href = “https://www.google.com/“