Fires immediately before the object is set as the active element.
Syntax
| HTML Attribute | <element onbeforeactivate = "handler(event)"> |
|---|---|
| Event Property | object.onbeforeactivate = handler; |
| addEventListener Method | object.addEventListener("beforeactivate", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
-
Type: IHTMLEventObj
Standards information
There are no standards that apply here.
Remarks
Each document may have up to one active element. Set the active element with the setActive or focus methods. 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.
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 a given display, only one element has focus at any given time. Striking a key directly affects only the element with focus. Events fired by that keystroke may be scripted to affect other documents and child elements.
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.
- Invoke the focus method on an element, when the element is not the active element.
See also
- a
- address
- area
- b
- bdo
- blockQuote
- body
- button
- caption
- cite
- code
- custom
- dd
- div
- dl
- document
- dt
- em
- embed
- fieldSet
- form
- hn
- hr
- i
- img
- input type=button
- input type=checkbox
- input type=file
- input type=image
- input type=reset
- input type=password
- input type=radio
- input type=submit
- input type=text
- kbd
- label
- legend
- li
- map
- ol
- p
- pre
- rt
- ruby
- s
- samp
- select
- small
- span
- strong
- sub
- sup
- table
- tBody
- td
- textArea
- tFoot
- th
- tHead
- tr
- u
- ul
- var
- Reference
- onactivate
- onbeforedeactivate
- ondeactivate
- onfocusin
- onfocusout
Send comments about this topic to Microsoft
Build date: 11/29/2012