• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Making a google like suggest out of html controls.

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am making a search textbox that scan the contents of a selectbox for a match. This works perfectly, however I would like the select box to open up so that you can see 10 or so items in the list with the closest match at the top. The select is allready ordered. So all I need to do is simply open the select (down arrow click???) and keep it open till onblur in the textbox. Is this possible?

Thanks,
Kevin C

Here is what I am working with at this point...

reply
    Bookmark Topic Watch Topic
  • New Topic