DATE:1996-10-20
JavaScript is missing one rather important event handler.
Key_Down! A while back I was working on a small client side database search script.
I wanted the script to catch key presses within various text fields so that the fields
being queried could be narrowed in response to each key entry. Unfortunately, JavaScript
doesn't provide this so I had to create my own little work-around. As you enter individual
values into the text field below a loop is polling to catch each individual entry. As far as
I can tell this is as close as you can come to implementing a Key_Down event in
JavaScript.
URL: http://www.oocities.org/SiliconValley/7116/jv_keydn.html