H I O X INDIA
FREE Javascript
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch Portuguese Japanese தமிழ்
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java Script Source
List All
Date & Time
Calendar
Stop Watch script
Slide Show
Ad Display
Animated Image Effects
Image Effect
Mouse Effects
Color Picker Tool
Dynamic Color
Random Generator
Select All
Form Validation
Formatting Forms
Textbox Counter
Dynamic Form select
Bookmark
Window / User Info
Pagination
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 type="text/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

For customization of this script or any script development, contact us at support@hscripts.com


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"> Just click on the button and get text area selected. Now press Ctrl+C to copy the text and paste it anywhere </textarea>
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-2010 HIOX INDIA

Others