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
document.getElementById("select").selectedIndex = 0 will work
document.getElementById("select").selectedIndex = 0