How to find a particular item in DropdownList
document.getElementById("dl").options.selectedIndex
OR
document.getElementById("dl").options.value
Contributed by:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=168
Click here to go on website
|