Form doesn't return empty values of Select/Multiple

Discussion in 'Programming' started by AlexV, Mar 19, 2008.

  1. #1
    I hope someone can help to solve a problem..

    There is a form with several boxes select/multiple..

    And so even if one value is chosen, the name of the select box is returned ok, i.e. s1 in this case:

    <SELECT NAME = "s1" multiple = "multiple>

    But if no item is chosen in the box, then no name is returned.. but i need to get the names of all the boxes, since even if nothing is chosen I need to make some processing.. of course there is a away to make it more complex, like to pass a hidden value with comma seperated names, but I want it simple, is there any way?
     
    AlexV, Mar 19, 2008 IP
  2. AlexV

    AlexV Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, I guess there is no way.. so i made a hidden field..
     
    AlexV, Mar 19, 2008 IP