onBlur=”javascript:this.value=this.value.toUpperCase();”
Of course, this could be done the opposite way with .toLowerCase();
This forces the textbox to all upper case as the user leaves, works well.
programming notes…
Jan
15
2010
Category : JQuery/JScript
onBlur=”javascript:this.value=this.value.toUpperCase();”
Of course, this could be done the opposite way with .toLowerCase();
This forces the textbox to all upper case as the user leaves, works well.