Thursday, July 19, 2012

button type="submit" ...will allow a button to submit a form in lieu of being something that just sits there and does nothing unless you wire up JavaScript/jQuery to bind to its click event.

http://www.w3schools.com/tags/tag_button.asp & http://www.w3schools.com/tags/att_button_type.asp touch on how the button type works. The reset type will clear the form fields!

No comments:

Post a Comment