Answers for "how do i link a button to a form in another page in html?"

6

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
0

button html link to another page

<a href="https://google.com" class="button">Go to Google</a>
Posted by: Guest on April-02-2021

Code answers related to "how do i link a button to a form in another page in html?"

Browse Popular Code Answers by Language