DOM:element.focus
From MDC
« Gecko DOM Reference
[edit] Summary
Sets focus on the specified element.
[edit] Syntax
element.focus();
Gives keyboard focus to the element. See also blur().
[edit] Specification
DOM Level 1 HTML: various elements.focus
DOM Level 2 HTML: various elements.focus