This Tutorial Has Been Viewed 9,607 Times.
VN:F [1.9.20_1166]
Rating: 6.0/10 (3 votes cast)

This tutorial will show you how to accept only lower case letters while user type something on the input field provided.

Type some letters in caps [uppercase]<input type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toLowerCase();"/>
<br />
Click on this field <input type="text" name="other" size=40 value=""/>
VN:F [1.9.20_1166]
Rating: 6.0/10 (3 votes cast)
Change input value from uppercase to lowercase using javascript, 6.0 out of 10 based on 3 ratings


coded by nessus
Categories: JavaScripts

Leave a Reply