I have question that seems very simple, but I just can\'t get it right. I have a with a list of options and a default value. After the user selec
You can use the selectedIndex property to set it to the first option:
document.getElementById("select").selectedIndex = 0;