DekGenius.com
Team LiB   Previous Section   Next Section
HTMLInputElement.focus( ) give keyboard focus to this element

Availability

DOM Level 1 HTML

Synopsis

void focus(  );

Description

This method transfers keyboard focus to this element so the user can interact with it without first clicking on it.

    Team LiB   Previous Section   Next Section