in confirm text on click redirect to another url in js code example
Example 1: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";
Example 2: javascript link to another page
window.open("http://mywebsite.com/home.html")