hi everybody,, how can i create a combo box!!
for example,, i have the combobox object created, but in the onload event of the form i want to asign it the values.
I can put one value in the combo, but i don't know how to put more than one?? can anybody help me?? please
any advice would be appreciated.
example:
document.forms[0].Cat.options[0].text="First";
i can't get the second one in the combo box!!!
document.forms[0].Cat.options[1].text="Second"; ????
Juan Pablo
for example,, i have the combobox object created, but in the onload event of the form i want to asign it the values.
I can put one value in the combo, but i don't know how to put more than one?? can anybody help me?? please
any advice would be appreciated.
example:
document.forms[0].Cat.options[0].text="First";
i can't get the second one in the combo box!!!
document.forms[0].Cat.options[1].text="Second"; ????
Juan Pablo