There is no such thing as a stupid question, so here we go: What is the difference between between <input type='button' /> and <input type='submit' />?
|
2
|
|
|
|
|
|
|
||||||||||
|
|
|
The question here is maybe more relevant if you asked, "what is the difference between a submit-button and a |
||||||||
|
|
|
A 'button' is just that, a button, to which you can add additional functionality using Javascript. A 'submit' input type has the default functionality of submitting the form it's placed in (though, of course, you can still add additional functionality using Javascript). |
||
|
|
