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

Availability

DOM Level 1 HTML

Synopsis

void focus(  );

Description

This method transfers keyboard focus to this <select> element so the user can interact with it using the keyboard instead of the mouse.

    Team LiB   Previous Section   Next Section