<input type="button" value="Alles selektieren" onClick="javascript:this.form.txt.focus();this.form.txt.select();">
Dabei heißt die Form form und die textarea txt.
Ingo B
<input type="button" value="Alles selektieren" onClick="javascript:this.form.txt.focus();this.form.txt.select();">
Dabei heißt die Form form und die textarea txt.
Ingo B