Answered
I am trying to add an item to a dropdown box using javaScript using the addItem() function. Where should the code dropdownbox2.addItem("Hello"); go if I am working within one dropdown box and am refrencing another box?
I am trying to add an item to a dropdown box using javaScript using the addItem() function. Where should the code dropdownbox2.addItem("Hello"); go if I am working within one dropdown box and am refrencing another box?
George Kaiser