November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLInputElement.select( ) — select the contents of a Text element
DOM Level 1 HTML
void select( );
This method selects any text displayed in Text, Password, and FileUpload elements. In most browsers, this means that the user’s next keystroke will replace the current text rather than being appended to it.