SetListBoxItem does not support multiple selection
Brought to you by:
henrywasserman,
techlogic
SetListBoxItem does not work for the following html file,
even if only one item is selected:
SetListBoxItem( "fake", "col_1");
<select name="fake" multiple="multiple" size="5"
tabindex="4"><option value="col_1">test1/option>
<option value="col_2">test2</option>
</select>