I have tried all these methods to remove all the options from a dropdown list
What is the proper method? I want to remove all options...Code:selObj.removeChild.childNodes; selObj.removeChild.firstChild; selObj.removeChild.childNodes(1); selObj.removeAttributeNode.nodeName("C"); selObj.removeNode.childNodes;
Thanks,
Ryan




Bookmarks