- From: Amy Lee <amy@avantgo.com>
- Date: Mon, 27 Jan 2003 17:07:30 -0800
- To: <www-dom@w3.org>
Received on Monday, 27 January 2003 20:07:37 UTC
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