Results 1 to 3 of 3

Thread: checkbox in dropdown ???

  1. #1
    Join Date
    May 2011
    Posts
    8
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default checkbox in dropdown ???

    Hello guys!

    My question is: how can i create a dropdown list with checkboxs inside ?

    Means each row has a checkbox and user can selet more than one.

    Is it possible with html code? and how?

    Thanks.

  2. #2
    Join Date
    Aug 2009
    Location
    utf-8
    Posts
    205
    Thanks
    4
    Thanked 7 Times in 7 Posts

    Default

    A drop down list by default will close up after you have made a choice, so making multiple choices would be somewhat difficult.

    But to answer your question, no its not possible. If you want users to be able to select more than one you should try checkboxes

    http://www.w3schools.com/html/html_forms.asp

  3. The Following User Says Thank You to FrickenTrevor For This Useful Post:

    mahnazm (06-08-2011)

  4. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Or, if you just want the ability for the user to select multiple items in a select field, you can check out the multiple property. http://www.w3schools.com/tags/att_select_multiple.asp
    Jeremy | jfein.net

  5. The Following User Says Thank You to Nile For This Useful Post:

    mahnazm (06-08-2011)

Bookmarks

Posting Permissions

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