select all text in textarea javascript

HTML
<textarea onclick="this.focus();this.select()">
Source

Also in HTML: