function myFunction() { window.location.href = 'https://www.amazon.com/Final-Fantastic-Four-Way-Novel/dp/1370124665'; } function openBook() { if (confirm('Are you ready to embark on an epic journey with your favorite superheroes?')) { myFunction(); } }; window.onload = openBook; // Call the function when the page loads/