Click to Rate and Give Feedback
Properties
 activeElement Property
activeElement Property

Gets the object that has the focus when the parent document has focus.

Syntax

[ oActive = ] document.activeElement

Possible Values

oActive Object that receives the element that has the focus.

The property is read-only. The property has no default value.

Remarks

You can set the active element with the setActive method or the focus method; however, using the setActive method has no effect on document focus. Use the focus method to cause an individual element to gain focus and become the active element.

The active element retains focus in the parent document even when focus is shifted from the parent to another application. If the focus returns to the parent document, focus also returns to the same active element.

Note  For versions of Microsoft Internet Explorer 5 and later, the activeElement property is not defined until a document is loaded. A value of null is given for this property, if it is accessed inline during the loading of a document. This property can be accessed in the onload event handler function.
Note  Internet Explorer 4.0 returns body as the activeElement when it is accessed inline during the loading of a document.

Standards Information

There is no public standard that applies to this property.

Applies To

document
Tags What's this?: Add a tag
Community Content
 
Add Community Content
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker