I have select box
a b
Why not use a simple javascript function and call it on onclick event?
function reset(){ document.getElementById("my_select").selectedIndex = 1; //1 = option 2 }