Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help on adding an option to a dropdown combobox
Message
De
12/04/2002 10:47:39
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
 
 
À
12/04/2002 10:11:46
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00644257
Message ID:
00644301
Vues:
14
Now the error occurs in the following line:
  oOption = document.createElement("OPTION")
Here is the code:
Function caca()
     oOption = document.createElement("OPTION")
     form1.oSelect.add("oOption")
     form1.oSelect.innerText = "teciii"
     form1.oSelect.value = "2"
    
End function
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform