Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on adding an option to a dropdown combobox
Message
From
12/04/2002 10:47:39
 
 
To
12/04/2002 10:11:46
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00644257
Message ID:
00644301
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform