Availability
DOM Level 1 HTML
Synopsis
void select( );
Description
This method selects all the text displayed by this
<textarea> element. In most browsers, this
means that the text is highlighted and that new text entered by the
user will replace the highlighted text instead of being appended to
it.