onactivate event

[This documentation is preliminary and is subject to change.]

Fires when the object is set as the active element.

Syntax

HTML Attribute <element onactivate = "handler(event)">
Event Property object.onactivate = handler;
attachEvent Method object.attachEvent("onactivate", handler)

Standards information

There are no standards that apply here.

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

Remarks

Note  Using the setActive method has no effect on document focus. Using the focus method on an individual element causes the element to gain focus and become the active element.

When one object loses activation and another object becomes the activeElement, the onfocus event fires on the object becoming the activeElement only after the onblur event fires on the object losing activation.

Each document may have up to one active element. Set the active element with the setActive or focus methods.

Using the focus method on a document that does not have the focus moves the document to the front of the display. Additionally, the document's active element gains focus.

For Microsoft Internet Explorer 6 and later, the event.fromElement property is now exposed by this event.

For Microsoft Internet Explorer 5.5 and later, focus on a document, and the active element of a document can be managed separately. Use the onactivate event to manage formatting changes when an element is made active.

Change activation from the event.fromElement to the event.srcElement.

To invoke this event, do one of the following:

  • Click an element, other than the active element of the document.
  • Use the keyboard to move focus from the active element to another element.
  • Invoke the setActive method on an element, when the element is not the active element.

The pEvtObj parameter is required for the following interfaces:

See also

Reference

onbeforeactivate

onbeforedeactivate

ondeactivate

onfocusin

onfocusout

 

 

Build date: 1/23/2012