Here is a simple script sometimes you want to highlight verything in a text field so that the user can copy it or something.
script goes here
<form>
<center>
<input type=button value=”Highlight All” onClick=”javascript:this.form.textarea.focus();this.form.textarea.select();”>
<br>...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.