Results 1 to 2 of 2

Thread: DropDown Combo in HTML?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350

    DropDown Combo in HTML?

    Is there any ComboBox in HTML?

    <SELECT><OPTION> is ListBox - user can only choose from predefined values. But in Combo, he can write his own value...

    Thanks,
    John

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    You can make the combobox pull data from a db table or from a text file...then have a textbox on the same page as the combobox so users can enter a new value and have that value stored in the table or text file...then refresh the page and the new value will appear in the combobox.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width