0
How to add link to input type submit
6 Respostas
+ 15
If you use input as submit button,
you must put your link in action attribute of form tag.
Else use <button> as-
<a href="http://google.com"><button>Submit</button></a>
+ 2
Is this
<form action="link.php" method="post">
you are looking for?
+ 1
So you want to submit something to a link? Is this your problem? If yes you could use forms as Calvin sugested.
0
Is this what you are looking for (otherwise, please be more specific)?
<input type="submit">
0
no
0
tnks