Send an onclick to a dropdown list
Posted
by P Nelson
on Stack Overflow
See other posts from Stack Overflow
or by P Nelson
Published on 2009-10-13T16:58:06Z
Indexed on
2010/04/21
11:03 UTC
Read the original article
Hit count: 304
Is it possible to show the list of items in a dropdown list when the user presses the up or down arrow keys, when focus is on that dropdown control? I think this would involve sending an onclick to the dropdown list using onkeydown for Keycode 38(arrow up) & 40(arrow down)? But I cannot figure out how to do this.
© Stack Overflow or respective owner