hi everyone,
this might be very elementary, but i can't seem to find where,
would this be javascript, i think i found a page implementing this but saw no onclick event
for the list element
would anyone mind pointing me in the right direction of this search? thanks
select lists that automatically move selection to keypress
Moderator: General Moderators
-
controlxjp
- Forum Newbie
- Posts: 5
- Joined: Fri Jan 25, 2008 5:15 pm
Re: select lists that automatically move selection to keypress
To the best of my knowledge, this is done automatically by most browsers - just select a random element in the select box & start typing.
If that doesn't work then yes, you'd use Javascript.
If that doesn't work then yes, you'd use Javascript.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.