PDA

View Full Version : Muting the textbutton


tvks
03-12-2007, 03:11 AM
Hi all,

I am using a textbox in my ASP.Net project. I will try to explain my target as clearly as possible. I want the textbox to be enabled only but when any key on the keyboard is pressed I want a javascript function to be activated. I have used onkeypress but still the keys like backspace, spacebar, etc continue to pester me.

Kindly help.

Regards,

tvks

helmus
03-12-2007, 05:45 AM
what is you're code so far, i'll think you will need to work whit an event here.