Mega Code Archive
Categories
/
JavaScript Tutorial
/
Form
Form handleEvent()
Syntax form.handleEvent(event) The handleEvent() method invokes the handler for the specified event. It takes one parameter, which is the event to be handled.
Using the handleEvent method of the Form object