Example
Execute a section of JavaScript when submitting the form:
<form action="demo_form.asp" onsubmit="checkForm()">
Browser support
IE
Firefox
Chrome
Safari
Opera
All major browsers support onsubmit attribute.
Definition and Usage
The onsubmit attribute is triggered when the form is submitted.
onsubmit attribute is only used in