onactivate | NN n/a IE 5.5(Win) DOM n/a |
Bubbles: Yes; Cancelable: No | |
Fires when an object becomes the active object. Giving an object focus makes it active, but a rendered element can be the active element without having focus. Only one element at a time may be active. See the setActive( ) method of shared objects in Chapter 9. If an element has received focus, the onactivate event fires before the onfocus event. |
|
Typical Targets | |
All rendered elements, plus the document and window objects. |