Answers for "submit button link to another page html"

0

how to link submit button to another page in html

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />

<a href="https://google.com" class="button">Go to Google</a>
Posted by: Guest on January-11-2022
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

Code answers related to "submit button link to another page html"

Browse Popular Code Answers by Language