[Javascript] Re: ComboBox

andy susanto andy78 at centrin.net.id
Fri Mar 21 02:11:35 CST 2003


Hai,

sorry for my question. Because i do not know in javascript name object
<Select>, so i call that a combobox( because my background is Delphi). What
i want is when i type a char i can see that char like <input> and i can
insert not just a char but i can insert two and more char. example:

<Option>PostOffice</Option>
<Option>Postman</Option>

when i type "Post" maybe that<select> will focus on PostOffice, when i type
a char again "m" <select> will focus on Postman

TIA,

andy


> There are no comboboxes in HTML actually unless you want to do
> some fancy programming or use an Active X component of some
> sort.
>
> But on a SELECT list, if you press a key and that is the first character
for
> any of the OPTIONS, it will cycle through those that match.
>




More information about the Javascript mailing list