Page to show the ways in which JavaScript can be invoked
JavaScript can be invoked a number of ways - here are three:
- by sequential execution (see document.write() on this page)
- by event handlers (see onLoad, onUnload, onMouseOver, onMouseOut and onClick on the page)
- by use of the JavaScript URL (see Link 2)
Link
- illustrating event handlers
Today's menu - illustrating use of
the JavaScript URL