English
<!-- http://bbs.downcodes.com/ --> <!--To achieve this effect, add the following code to the <body> area --> <form> <div align="center"> < textarea name="yourForm" rows=3 cols=40 wrap=virtual> Here is the test text...</textarea> <br> <br> <input type=button value="check all" onClick= "javascript:this.form.yourForm.focus();this.form.yourForm.select();"> </div> </form>