Does the onkeydown code works in windows xp | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does the onkeydown code works in windows xp

In an input tag.

14th Aug 2020, 1:16 PM
Zidaan
Zidaan - avatar
2 Answers
+ 1
Use relevant tags in which language you are facing problem..... and makes your question more clear
14th Aug 2020, 1:25 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 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
14th Aug 2020, 1:57 PM
Bits!