Netscape 6, Part III: The Event Model: A Final Word - Doc JavaScript
Netscape 6, Part III: The Event Model
A Final Word
In this column we continued our look at scripting Netscape 6. We taught you the new event model that is a combination of Netscape Navigator 4.x's event model and Internet Explorer's event model, with additional enhancements. We showed you the advantages of Netscape 6's event model over former generations, mainly the ability to install several event listeners for the same event type, and for the same object. We showed you two examples that exercise the concepts of event listening and action definition. We explained the e
object and its twelve properties.
In this column, you have learned:
- How to set event handlers in Netscape Navigator 4.x
- How to set event handlers in Internet Explorer
- How to set event handlers in Netscape 6
- How to use event handlers in a real example
- How to use the
e
object in a real example - How to use the
e
object's properties
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: January 1, 2001
Revised: January 1, 2001
URL: https://www.webreference.com/js/column74/8.html