Try this one:
http://javascript.internet.com/forms/list-chooser.html
HTH
Lefteris.
-----Original Message-----
From: McCloy, Russell [mailto:Russell.McCloy@B...]
Sent: Friday, October 05, 2001 4:17 AM
To: javascript
Cc: Fisher, Maryanne A
Subject: [javascript] Finding a name in a drop down list
Hello All,
Can anyone help with the following:
Finding a name in a drop down list sorted alphabetically.
Does anyone know how I can use JAVAScript to go to a name in a drop down
list.
At the moment I can get to Amy(see example list below) by pushing the A key
3 times.
Adam
alan
Amy
Aran
what I want is to be able to press the (A) key then the (M) key so that Amy
is selected. Or the (A) key then the (L) key so that Alan is selected.
The concept is used in a VB6 drop down but I don't know how to do it on the
web.
Any help would be great,
Thanks
RuSs