Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorviane
    • CommentTimeDec 7th 2006
     
    Hello all,
    PLease tell me how to take multiple selections in drop down box,because usually it takes one value at a time
  1.  
    <SELECT NAME="toppings" MULTIPLE SIZE=5>
    <OPTION VALUE="mushrooms">mushrooms
    <OPTION VALUE="greenpeppers">green peppers
    <OPTION VALUE="onions">onions
    <OPTION VALUE="tomatoes">tomatoes
    <OPTION VALUE="olives">olives
    </SELECT>

    http://www.htmlcodetutorial.com/form..._MULTIPLE.html