The $html is loaded from an html file through WSHpipe into memory. here is a sample of html multiple selection dropdown box. can't post my code, but the file loads and all other variables are captured by GetElementbyID just fine. It's only this multiple select that returns only the first line of the selection.
_____________________________________
<select size="1" id="description" name="description" multiple>
<option value="selection1">selection1</option>
<option value="selection2">selection2</option>
<option value="selection3">selection3</option>
</select>
_____________________________________

Thanks!
_________________________
Scott Hickerson Network Design Engineer