Phylum Posted August 14, 2003 Posted August 14, 2003 Is there a way to block characters in the keydown event? I can do it in the keypress event by setting "e.handled = true". This dosen't seem to work in the keydown event. Quote
*Experts* Volte Posted August 14, 2003 *Experts* Posted August 14, 2003 I don't think the KeyDown event does anything by default anyway... there is no reason to set e.handled = true. What is it you want to do? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.