spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column10


A Final Word

Developer News
Google Chrome Playing Catch-Up on Extensions
Open Solutions Alliance Gets New Leadership
Red Hat Spacewalk Expands Linux Management

At this point you should be familiar with Internet Explorer 4.0x's event model. We discussed event bubbling, and how it relates to the DOM. The mouse and keyboard events in Internet Explorer 4.0x are exceptionally powerful, because they can be fired by any element on the page. For example, a paragraph, a table cell, and a text header can all be the source for any mouse or keyboard event. Event bubbling is useful because it enables you to catch events anywhere in the object hierarchy. But unlike Navigator 4.0x's "trickle-down" mechanism, the first element on the page that has an opportunity to capture an event is the source of that event.

In our next column we'll discuss the cross-browser event model. In other words, we'll show you how to design interactive applications that work with both browsers, despite of the drastic differences between their event models. We'll also cover the events in Navigator 4.0x and Internet Explorer 4.0x, including the differences between the browsers. In this column you learned:

  1. How to assign an event handler to an element.
  2. How to implement Internet Explorer 4.0x's explicit event handler scripts.
  3. How to capture events at various levels.
  4. How to disable an event handler.
  5. How to design event processing functions.
  6. How to take advantage of event bubbling.
  7. How to cancel event bubbling for a specific event.
  8. How to access the event object for a specific event.
  9. How to use the event object's properties.
  10. How to use Internet Explorer 4.0x's new and revised events.
  11. How to use the new mouse events.
  12. How to use the new keyboard events.

More Resources from Doc JavaScript
Columns Popular Columns Tips Tools
Latest Columns
41-50 | 31-40 | 21-30
11-20 | 1-10
Working with Windows
JavaScript and Frames
Bookmarklets
Random Tips
Personalized Tips
RSS Channels
Menu Builder
Rollover Builder
Rotation Builder
Reference Tip Categories (want one?)
Links
For Your Site
Did you learn something? Do you like this site? Please link to us!

http://www.internet.com

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Popular JavaScript Framework Libraries: An Overview - Part 3 · Accessing Your MySQL Database from the Web with PHP · Working with the DOM Stylesheets Collection
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags


Created: December 30, 1997
Revised: December 30, 1997

URL: http://www.webreference.com/js/column10/final.html