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
If you would like it to go back to first option try this:
document.getElementById("select").selectedIndex = 0;