Answers for "button with redirect"

7

js onclick redirect

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

how to make a button in html go to another address

<a href="google.com">
  <button>Visit Google</button>
</a>
Posted by: Guest on December-15-2020

Browse Popular Code Answers by Language