H I O X INDIA
FREE Javascript
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java Script Source
List All
Date & Time
Calendar
Stop Watch script
Slide Show
Image Effect
Mouse Effects
Color Picker Tool
Dynamic Color
Random Generator
Select All
Form Validation
Textbox Counter
Dynamic Form select
Bookmark
Window / User Info
Security / Authenticate
Status Bar
Title Bar
Cursor Position
Country List
Calculators
Delete Repeated Values
Alphanumeric
Free Games





Select the content of Textarea just by a single click.


About
You can use this free javascript code to select the contents of textarea just by clicking a button


Features
a)Type any text in the textarea
b)Just click the button below and it will select all the text inside the text area
c)Press control + C to copy the text and paste it anywhere


Preview
Selecting Textarea:



Code
<!--        Script by hscripts.com          -->
<!--        copyright of HIOX INDIA         -->
<!-- Free javascripts @ http://www.hscripts.com -->
<script language=javascript>
function SelecText(testarea)
{
document.getElementById("testarea").select()
}
</script>
<!-- Script by hscripts.com -->
Release Date - 22.6.2007

Get free version without ©copyright link for just 5



Usage
a)Create a form with name "select" and place a text area having its id as "testarea"
Ex:-
<form name="select">
<textarea id="testarea" rows="3" cols="40"></textarea></form>

b)Create a button with any name and call the function SelecText(testarea) by using onclick event.
Ex-
<input type="button" value="Select Text" onClick="SelecText(testarea)">

c)Now just copy the above free javascript code inside your html head tag.

Selecting text area....





License
- This javascript (misspelled as java script)/HTML code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Others