Table of Contents Chapter Index Previous Slide Next Slide 343
Processing events in JavaScript

Introducing program script writing with JavaScript
Processing events in JavaScript
  • After some, or all, event functions have been called, the optional eventsProcessed function is called

    function eventsProcessed ( ) {
        . . .
    }