Is it possible to modify a HTML list box properties so that it doesn't
scroll to the letter pressed. I have created a bit of code to allow the
list box to scroll to the the first 5 characters entered. Ie if the
user selects the list box and types 'compu' the listbox will scroll to
'Computer'. My problem is with the default behaviour of the listbox.
After the 'computer' option is selected the listbox moves to a word
begining with 'u' my last entered character. Is there anyway arround
this? My code is executed on the keyup event on the listbox <select
size="5" multiple="true" id="b" onkeyup="DoSele ct()">.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
scroll to the letter pressed. I have created a bit of code to allow the
list box to scroll to the the first 5 characters entered. Ie if the
user selects the list box and types 'compu' the listbox will scroll to
'Computer'. My problem is with the default behaviour of the listbox.
After the 'computer' option is selected the listbox moves to a word
begining with 'u' my last entered character. Is there anyway arround
this? My code is executed on the keyup event on the listbox <select
size="5" multiple="true" id="b" onkeyup="DoSele ct()">.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Comment