Hi,
I've searched high and low for an answer but have had no luck.
I want to add an item to my listbox. The following code works fine in IE but has no effect in Mozilla.
document.getEle mentById("ListB ox1").add(new Option("Text"," Value"));
Thanks
Dan
I've searched high and low for an answer but have had no luck.
I want to add an item to my listbox. The following code works fine in IE but has no effect in Mozilla.
document.getEle mentById("ListB ox1").add(new Option("Text"," Value"));
Thanks
Dan
Comment