TOC PREV NEXT INDEX

Put your logo here!


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

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX