I am looking for a list of all JavaScript event handlers (such as onLoad, onSubmit ect...) and the corresponding html tags that they can be applied to. This is is the best document I have found so far, but I believe it is is incomplete. The W3 specs are even worse, all it says is "This attribute may be used with most elements.". All browsers have their own quarks, if you know of a document for a specific browser like Firefox or IE that would also be helpful.
views:
31answers:
2
+2
A:
Take a look on quirksmode.org: http://quirksmode.org/dom/events/index.html
Ionuț G. Stan
2010-05-10 11:56:25
+1
A:
Try Quirksmode and Quirksmode compatibility tables for events
Here's a nice turorial too.
KooiInc
2010-05-10 11:58:24