Javascript Uppercase to lowercase conversion

 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

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

Preview

Uppercase To Lowercase Converter

Type Uppercase Letters

Downloads

<!-- 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="https://www.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 $10/-
  • For customization of this script or any script development, mail to support@hscripts.com

Usage

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

License

Related Scripts

Free Javascript Scripts


Ask Questions

Ask Question