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?