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 Lowercase to Uppercase conversion


About
 This javascript lowercase to uppercase converter is used convert the lowercase letter to upper case. This case converter is for free use.


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


Preview

Lowercase To Uppercase Converter

Type Lowercase Letters
©hscripts.com


Code
<!-- Script by hscripts.com -->
<script language=javascript>
function up(lstr)
{
	var str=lstr.value;
	lstr.value=str.toUpperCase();
}
</script> 
<form>
Type lowercase Letters<textarea name="lcase" onkeyup="up(this)"></textarea>
</form>
&copy;<a href="http://hscripts.com" style="color:#3D366F;font-size:12px;cursor:pointer;text-decoration:none;">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 up() is triggered on when the letter is typed and it will convert the letter into uppercase.
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