Combo Box

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

I have setup a form using drop down boxes, everything is
working great. I want to set up a couple more fields in
the form to work like combo boxes, ie. there is a drop
down box to choose data from or the user can type in the
data manually. Any suggestions? Thanks in advance.
 
I don't think you want to open up that can of worms. the short answer is,
no, there is no such HTML form element. However, I have seen it spoofed,
using a combination of a drop-down list box (HTML select object) and an
editable div positioned directly over the box portion of the box. Not very
cross-browser compatible, and a lot of JavaScript and DHTML programming.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
 
Back
Top