I have a select options in HTML. On post back I want to loop through this select and get all the values in it. How would I do that in vbscript, I can find anything. I've tried accessing via document.{form}.{select name} but that doesn't work. Any other ideas?
<td align="center">
<select multiple size="15" id="SelectRight">
<option value="one">1
<option value="two">2
</select>
<td align="center">
<select multiple size="15" id="SelectRight">
<option value="one">1
<option value="two">2
</select>