Multiple selections in listbox using ctrl key in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hemashiki
    New Member
    • Aug 2006
    • 34

    Multiple selections in listbox using ctrl key in php

    hi
    i want to select multiple choices in listbox using ctrl key
    can any one suggest....plz
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    This is not a PHP but a DHTML/JavaScript question.

    I will move this thread to the JavaScript forum.

    Ronald :cool:

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by hemashiki
      hi
      i want to select multiple choices in listbox using ctrl key
      can any one suggest....plz
      Use multiple in your select tag:
      [HTML]<select name="selName" multiple ...>[/HTML]
      See this link for an example.

      Comment

      Working...