Visit Mozilla.org

DOM:element.focus

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

Sets focus on the specified element.

[edit] Syntax

element.focus();

[edit] Notes

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