Answers for "link button html to another html js"

CSS
3

button html link to another page

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

button html link to another page

<form action="https://google.com">
    <input type="submit" value="Go to Google" />
</form>
Posted by: Guest on April-02-2021

Code answers related to "link button html to another html js"

Browse Popular Code Answers by Language