home / experts / javascript / column10 |
|
In our previous column (Column 9) we discussed the new event model and events in Netscape Navigator 4.0x. In the second part of this series, we're going to examine Microsoft Internet Explorer 4.0x's event model. If you missed it, please read Column 9, which explains the basics of events and event handlers. Now that you know the basics, you're ready to explore the new world of events in Internet Explorer 4.0x. Like Netscape, Microsoft has also added a handful of new events to its fourth-generation browser, providing greater control over actions that occur on a page. In Internet Explorer 4.0x, every element on a page is reflected in JavaScript as an object. Therefore, even the most primitive element generates events. As a scripter, your mission is to capture and process these events. In this column you'll learn:
|
Created: December 30, 1997
Revised: December 30, 1997
URL: http://www.webreference.com/js/column10/