Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set .SelectedIndex in javascript?
Message
 
 
To
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:
01169493
Views:
8
Alexandre,

I just replied to myself before I saw your message. The problem was that I was using .SelectedIndex instead of .selectedIndex.

But I will try your suggestion so that I can learn another approach.

Thank you very much.

>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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform