»
EnglishFrenchVietnamese

Print - All Lower Case - JavaScriptBank.com

Full version: jsB@nk » Snippet » All Lower Case
URL: https://www.javascriptbank.com/all-lower-case.html

All Lower Case © JavaScriptBank.comConverts a textbox entry to all lowercase letters as soon as they move to the next item in the form (or click the submit button).

Full version: jsB@nk » Snippet » All Lower Case
URL: https://www.javascriptbank.com/all-lower-case.html



HTML
<form name="capsform"><input type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toLowerCase();"><br><input type="button" value="Ok!"></form><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->