May 13, 2003 #1 ibike Programmer Apr 7, 2003 27 IT Hello, I'd like to make my text to UpperCase during in that time when the user type the text into the input field. Can somebody tell me how should be handling this? Thank you in advance!
Hello, I'd like to make my text to UpperCase during in that time when the user type the text into the input field. Can somebody tell me how should be handling this? Thank you in advance!
May 13, 2003 1 #2 cian Technical User Oct 11, 2001 1,383 If you add style="text-transform:uppercase;" to the input tag it works in IE. Don't know about other browsers though. or use capitalize instead and it changes the first letter to a capital. http://www.endamcg.comhttp://www.endamcg.com/finland-gaa/http://www.endamcg.com/macaonghusa/ Upvote 0 Downvote
If you add style="text-transform:uppercase;" to the input tag it works in IE. Don't know about other browsers though. or use capitalize instead and it changes the first letter to a capital. http://www.endamcg.comhttp://www.endamcg.com/finland-gaa/http://www.endamcg.com/macaonghusa/
May 13, 2003 Thread starter #3 ibike Programmer Apr 7, 2003 27 IT Thank you very mutch your help was really cool!! Upvote 0 Downvote