home / experts / javascript / column11 |
|
In Column 9 and Column 10 we discussed the event model in Netscape Navigator 4.0x and Microsoft Internet Explorer 4.0x. In this column we'll show you how to combine these models, so that you can write interactive cross-browser applications. Internet Explorer 4.0x's event model is based on event bubbling. An event is initially directed to its intended target (the element that generated the event), and then bubbles up the object hierarchy until an event handler captures the event and returns a In Navigator 4.0x an event is first sent to the top of the object hierarchy, the In this column we'll discuss many other differences between the two event models, and we'll show you how to overcome them. You'll learn:
|
Created: January 13, 1998
Revised: January 13, 1998
URL: http://www.webreference.com/js/column11/