how can i make it so that i can pop down a combo box's items through code? (in js pref)
thanks
Kris
Printable View
how can i make it so that i can pop down a combo box's items through code? (in js pref)
thanks
Kris
what#s wrong with <select>?
no i don't want 2 select a default item i just want 2 show the combo box contents by droping it down (like when u click on the down arrow on it).
AFAIK, that's not possible. What's wrong with the user dropping it down themselves?
you could make your own combo box. running a function to make a div visible etc.