DOMActivate Event









Activations

DOMActivate Event
Occurs when an element becomes active.
Does NOT fire consistently.
Does not work in Opera
Only one element can be active at a time in a document.
In Internet Explorer, use the onactivate event instead of the DOMActivate event.
If you set onclick="return false" for submit elements, it does not throw the event.
Tabbing between elements does not throw the event.