html redirect to a website on right click 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")
window.location = "https://example.com/";
window.open("http://mywebsite.com/home.html")