DekGenius.com
Team LiB   Previous Section   Next Section
HTMLTextAreaElement.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 edit the displayed text without having to first click on the text area.

    Team LiB   Previous Section   Next Section