Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #link #submit #button #page #html
ADD COMMENT
Topic
Name
8+4 =