Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrolling a Select object to a desired value

Status
Not open for further replies.

drdexter33

Programmer
Jun 11, 2003
17
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top