The receiving input element will receive a Focus event trigger and execute its function referred to by the onfocus property.
The element that previously had focus (if any element did) will receive a Blur event trigger.
See also: | Input.blur(), onBlur, onFocus, Window.blur(), Window.focus() |
Prev | Home | Next |
Input.disabled | Up | Input.form |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |