0
How do i turn a submit button in html to login and go to another page.
4 Answers
+ 3
<form action="www.page2.com" method=" " >
<input type="submit">
</form>
When you submit it will open up
on www.page2.com
+ 1
Use an image wrapped in an anchor tag
<a hef="<URL>"><img src="<URL>" /></a>
Or use a <button> which redirects to another page when clicked, using Javascript.
https://www.w3schools.com/howto/howto_js_redirect_webpage.asp
P.S. You should have tagged HTML instead of just 'help', the latter doesn't clarify context.
0
Thank you guys i will try these.
0
Divya your idea worked good maybe you could help with my project on glitch.com you in.