Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the number of items in a listbox
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00925359
Message ID:
00925389
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>How do I get the number of items in a listbox?
I've tried the following JavaScript but I'm really just shooting in the dark...


Richard,

This is off of the top of my head, but I think that is what you are looking for.
function GetListCount()
{
 var oListBox = document.getElementById("ListBoxReminderTimes");
 return oListBox.options.length;
}
Hope that helps...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform