Answers for "how to send url one button"

4

how to pass link to aa button

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-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