I have an ASP.NEt application where there are several text input boxes. Depending on the device (particularly Blackberry), I need to show different character in the text box than actually typed. For example when user types w in the text box, it needs to show 1. Thus wesx will show up as 1234. I need to do this in Javascript so that there is no round trip to the server.
Please help.