July 1998
Intermediate to advanced
1456 pages
65h 5m
English
activeElement — NN n/a IE 4 DOM n/a
Read-only
Reference to the object that currently has focus in the document. To learn more about the object, you’ll need to examine the object’s name or other properties. Because buttons and other elements do not receive focus on the Macintosh, the returned value of this property may vary with operating system.
var currObj = document.activeElement
Document object reference.
window
Read now
Unlock full access