I have a form that has a first name, middle name, and last name in seperate fields. I have the following code in as an exit event to make the first letter of the word captialized:this.rawValue = util.printx(">?<*",this.rawValue);It works great, BUT, if the user TABs away from the field by mistake th...