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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

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