How to add a combo box dynamically at run time in Java
script?
Answer Posted / kannappanksk
for (var i=0;i<5;i++)
{
document.forms[0].cmb1.options[i]= new Option("Test"+i,i)
}
| Is This Answer Correct ? | 77 Yes | 35 No |
Post New Answer View All Answers
What is node value?
What is slug in javascript?
What is a prompt box in javascript?
What is the requirement of debugging in javascript?
what is a code in vb amount display in words
Which type of variable among global and local, takes precedence over other if names are same?
How do I write script-generated content to another window?
What is meaning of === in javascript?
What are all the types of Pop up boxes available in JavaScript?
How do I enable cookies and javascript?
How do I view javascript in chrome?
Why do we need to declare variables?
Javascript, Pass by Value or Pass by Reference?
How to create scale in P info
Why is javascript dangerous?