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
Pagination
Security / Authenticate
Status Bar
Title Bar
Cursor Position
Country List
Calculators
Delete Repeated Values
Alphanumeric
Free Games





Javascript Uppercase to lowercase conversion


About
 This javascript uppercase to lowercase converter is used to convert the uppercase to lower case. This case converter is for free use.Textarea or textbox value is converted.


Features
a) You convert the uppercase letters in textarea or textbox to lowercase letters using this javascript case converter.
b) This is a free case converter.
c) Just copy the code and use it.


Preview

Uppercase To Lowercase Converter

Type Uppercase Letters
©hscripts.com


Code
<!-- Script by hscripts.com -->
<script language=javascript>
function lower(ustr)
{

	var str=ustr.value;
	ustr.value=str.toLowerCase();
}
</script> 
<form>
Type Upper-case Letters<textarea name="address" onkeyup="lower(this)"></textarea>
</form>
&copy;<a href="http://hscripts.com" style="color:#3D366F;text-decoration:none;cursor:pointer">hscripts.com</a>
<!-- Script by hscripts.com -->

Release Date - 07-04-2008

Get free version without ©copyright link for just 5



Usage

a) Create the form by copying the above code.
b) The javascript function lower() is triggered on when the letter is typed and it will convert the letter into lowercase.
c) Just copy the javascript code and use it for free.





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