Edit the login.jsp and add the onChange action to the username field. This way the moment they get off the field it will upper case for them on the screen.
<input type="text" NAME="username" id="username-id" maxlength="30" value="<%=name%>" class="Login" size="20" onChange="javascript:this.value = this.value.toUpperCase();"> If you want to lower case it use "toLowerCase" instead of "toUpperCase". Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rocky Rockwell Sent: Sunday, February 04, 2007 1:02 PM To: [email protected] Subject: javascript to make login upper case. Folks, I could have sworn that I saw something in the list to change the lower case login id upper case for the mid-tier. Now I cannot find it. I even looked in the arslist archives and could not find it. Could someone send this again, I need to do basically the same thing except make it lower case. Thanks in advance -- *Rocky* Rocky Rockwell eMA Team - Remedy Developer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Ph#1: 214-567-8874 Ph#2: 325-884-1263 _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

