multiselect listbox passes value as a comma separated list, for example
for e.g.
<select name="car" size="5" multiple id="car">
<option value="">--SELECT--</option>
<option value="1">Honda</option>
<option value="2">Toyota</option>
<option value="3">Nissan</option>
<option value="3">Mercedez</option>
</select>
If you select first two cars the value should be 1, 2
You have not provided any detail, whether you want to perform insert,update or delete in your stored procedure I am pointing to a link from Narayana Vyas. Hope this will help.
http://vyaskn.tripod.com/passing_arr...procedures.htm