View Single Post
Old 11-06-2012, 03:26 AM   PM User | #6
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,188
Thanks: 59
Thanked 3,995 Times in 3,964 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Look into Array.join

But I think you are making a mistake using
Code:
    sdValues.push(oList.options[i].value);
instead of
Code:
    sdValues.push(oList.options[i].text);
How useful is it to say "Your topping choices are: 1,7,8"??
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Users who have thanked Old Pedant for this post:
Redwards34 (11-07-2012)