0
Does the onkeydown code works in windows xp
In an input tag.
2 Answers
+ 1
Use relevant tags in which language you are facing problem..... and makes your question more clear
+ 1
BRO, it seems your tags aren't clear at all. I answer the question on my knowledge criteria that might help or not. But you should clear your tag; which language-related.
I know a onkeydown code in javascript. It is an event. We called it onkeydown Event. Here I make it clear for you. It works on XP in any browser.
The onkeydown event occurs when the user is pressing a key (on the keyboard).
Tip: The order of events related to the onkeydown event:
1. onkeydown
2. onkeypress
3. onkeyup
Here are some exAMPLES:
1. https://code.sololearn.com/W9VRl3N436nq/#html
2. https://code.sololearn.com/WPLe11iUo4GC/#html