Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set .SelectedIndex in javascript?
Message
From
14/11/2006 10:54:25
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
01169485
Message ID:
01169489
Views:
7
This message has been marked as the solution to the initial question of the thread.
Dimitry Selected index is ASP.NET Property in Html you should do
document.getElementById("ddlMyField").value = "0"
Assuming you have an option in the combo where the value is set to 0.


>I am trying to set the SelectedIndex property of a dropdownlist to a number (e.g. 0). Here is how I do it in js:
>
>
>document.getElementById("ddlMyField").SelectedIndex = 0;
>
>
>but the above does not produce any results.
>
>Can you see what I am doing wrong?
>
>Thank you.
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform