how to select all text when input box is clicked code example
Example: how to select all text when input box is clicked
<input type="text" onClick="this.select();" value="Sample Text"/>
<input type="text" onClick="this.select();" value="Sample Text"/>