TOC PREV NEXT INDEX

domref



focus


focus sets focus on the current element.

Syntax

element.focus()
 

Parameters

None.

Example

None.
 

Notes

Calling the focus method on an element is equivalent to selecting that element in the user interface.

Specification

focus
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX