Hi all, How to clear a list of contents in a combobox in javascript. I mean i want to clear the contents of the combobox and want to add new contents in the same combobox. Ex: I had 2 entries in a combobox as 'test1, test2'. I want to clear the data and want to add new entries as 'asd, asds, asdssd'. How to do this please. Thanks