I'm tyring to use a script to undo ALL CAPS in my text area
问题 I have a textarea that receives inputs in ALL CAPS, which is fine for most users. Some users need the text represented in a normalized fasion - with the first letter of each sentence capitalized and the rest lowercase. I tried to adapt some suggestions from other SO threads, but somethings is missing. Help please! Body <form> <input value="Select all" onclick="javascript:this.form.finaltext.focus();this.form.finaltext.select();" type="button"> <input value="Clear All" onclick="this.form