onSubmit

This event handler will execute the instruction(s) when the event it has been assigned to has been activated.

syntax:

document.onSubmitt = function()

The onSubmit Event Handler is used with the following:

FORM