drdexter33
Programmer
Is there a way to scoll a HTML SELECT Object using JavaScript?
<select id="cboNames" multiple="true" class="cboMultiple" style="width: 197px; height: 250px">
</select>
I am using the cboNames.options.selectedIndex property but it isn't working.
thanks.
doug
<select id="cboNames" multiple="true" class="cboMultiple" style="width: 197px; height: 250px">
</select>
I am using the cboNames.options.selectedIndex property but it isn't working.
thanks.
doug