focusin
This page has been flagged with the following issues:
High-level issues:
Overview Table
| Synchronous | No |
|---|---|
| Bubbles | No |
| Target | dom/Element |
| Cancelable | No |
| Default action |
Notes
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, and this causes onfocusin to fire for this 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, and this causes onfocusin to fire for this active element. 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. With Microsoft Internet Explorer 5.5 and later, focus on a document, and the active element of a document can be managed separately. Use the onfocusin event to manage formatting changes when an element gains focus. Change focus from the event.srcElement to the event.toElement. To invoke this event, do one of the following:
- Click a document, when the document does not have focus.
- Click an element, when the element does not have focus.
- Use the keyboard to move focus from the active element to another element.
- Invoke the focus method on an element, when the element is not the active element.
Syntax
Standards information
There are no standards that apply here.
Event handler parameters
- pEvtObj [in]
- Type: IHTMLEventObj
See also
Related pages (MSDN)
aabbracronymaddressappletareaaudiobbdobigblockQuotebodybuttoncanvascaptioncentercitecodecustomdddfndirdivdldocumentdtemembedfieldSetfontformhnhriimginput type=buttoninput type=checkboxinput type=fileinput type=imageinput type=passwordinput type=radioinput type=resetinput type=submitinput type=textkbdlabellegendlilistingmapmarqueemenunextIDnoBRolpplainTextpreqrtrubyssampselectsmallsourcespanstrikestrongsubsuptabletBodytdtextAreatFootthtHeadtrttuulvarvideowindowxmpSVGSVGElementReferenceonfocusoutonbeforedeactivateondeactivateonbeforeactivateonactivate
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here