Answers for "onclick alert then redirect"

19

js onclick redirect

<button onclick="location.href='www.yoursite.com'">Click Me</button>
Posted by: Guest on June-16-2020
0

how to redirect to another page after clicking ok in alert

onclick="alert('hello world');window.location = 'URL'"
Posted by: Guest on June-22-2021

Browse Popular Code Answers by Language