For some reason,I need to convert characters typed by user in text fields INSTANTLY. This can be achieved simply in IE by assigning the new value to the "event.KeyCode" . But, in Netscape (and also FireFox and Opera) the similar property "e.which" is readonly.
I searched many sites and newsgroups whithous success. PLease let me know if it is possible at all to do this. Currently I am concating the new character at the end of field which is not a true solution. Because, if the user changes the cursor position either by arrowkeys or mouse click to insert characters at start or middle of field, it still appended to the end of it.
Regards,
Shahram Alemzadeh
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)


