This simply controls the visible effect of having focus. To control whether an object can receive focus or not, the tabIndex property should be modified instead.
Setting the property true inhibits the visible focus effect. Setting it false restores the visible effect of receiving focus to the normal behavior.
See also: | onFocus |
Prev | Home | Next |
Element.getExpression() | Up | Element.id |
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. |