JavaScript Scripts





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Free Java Script Codes
Javascript List All
Slide Show Slide Show
Ad Display Ad Display
Image Effect Image Effect
Animated Image Effects Animated Image Effects
Form Validation Form Validation
Color Picker Tool Color Picker Tool
Formatting Forms Formatting Forms
Select All Select All
Dynamic Form Select Dynamic Form select
Dynamic Color Dynamic Color
Calendar Script Calendar
Textbox Counter Textbox Counter
Alphanumeric Alphanumeric
Date Time Script Date & Time
Stop Watch Script Stop Watch script
Delete Repeated Values Delete Repeated Values
Pagination Pagination
Random Generator Random Generator
Animated Text Animated Text
Cursor Position Cursor Position
User Info Window / User Info
Security Security / Authenticate
Bookmark Bookmark
Mouse Effects Mouse Effects
Title Bar Title Bar
Status Bar Status Bar
Country List Country List
Free Games Free Games
Calculators Calculators
 




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 type="text/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 price

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


Usage
a) Creating 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
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.
Other Links

web hosting