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' />?
feedback
|
|
| |||||||||||||||||||
feedback
|
|
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). | |||
|
feedback
|
|
The question here is maybe more relevant if you asked, "what is the difference between a submit-button and a | |||||||||
feedback
|
|
Button won't submit form on its own.It is a simple button which is used to perform some operation by using javascript whereas Submit is a kind of button which by default submit the form whenever user clicks on submit button. | |||
|
feedback
|