javascript - How to disable all keys in key board except tab key -


how disable keys in key board except tab key select box in html. can 1 provide code one? below tried below code not working

i hope you..put textbox , selectbox in page..

document.getelementbyid("li1").onkeydown = function (e) { e.preventdefault();      

}

demo


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -