3 Votes
javascript
Below is a example script from w3 schools. I have modified the code so that when letters are typed in the text box are converted to uppercase as they are typed. It works ok except the first character is always in lower case. So when you enter a "a"...


Answers