----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Manikandan Message 1 in Discussion I want to convert the characters to Upper Case as and when the user is typing in some fields. For that I have written a javascript function as follows, event.srcElement.value = event.srcElement.value.toUpperCase(); and adding this as an attribute to the fields which I would like to convert to upper case. But the problem I am facing is something strange, like when I try to press Left Arrow key its not behaving as expected instead it retains in the same place. Also When I press TAB from one control, its navigating to the next control but the blinking cursor is not shown. Can anybody tell what could be the reason for that and how to overcome it. Regards P.S. Manikandan , CGI Information Systems, Tel: 091-080-8521224 Ext-291, [EMAIL PROTECTED] ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
