August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Input.onfocus: event handler invoked when a form element gains focus — DOM Level 2 Events
Function onfocus
The onfocus property of an
Input object specifies an event-handler function that is invoked
when the user transfers keyboard focus to that input element.
Calling focus( ) to set focus to
an element also invokes onfocus
for that object.
Element.addEventListener(
), Window.onfocus;
Chapter 17
Read now
Unlock full access