obj = document.forms[0].nombreSelect; opt = obj.getElementsByTagName('optgroup'); for (i=opt.length-1; i>=0; i--) obj.removeChild(opt[i]);