addeventlistener

http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-overview
According to the spec, addEventListener has a type parameter. The type refers "the event type for which the user is registering". Most users uses "click, load, focus, etc." but can I use OnEventhandlers for the type (ex. addEventListener("onclick", functionName1, booleanValue) )?
amy

Received on Monday, 27 January 2003 20:07:37 UTC