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>...
Source: Mozilla Links
What’s the most annoying thing when writing a long text in web textareas? You guessed: not being able to use the Tab key to indent some text.
Tabinta (Tab in Textarea), is an extension for Firefox and SeaMonkey, developed by Bálint Endrey, that lets enter tabulations...
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.