6.3. Event Handling
An event is an activity that happens on the web document. More frequently, multiple inputs are received from the user at once through html form. The user creates events while interacting with the DHTML form elements. Dynamic HTML with the event model exists so that scripts can respond to user interactions and change the page
more..