FALCONSEYE
Programmer
When a user uses go back button on the browser, my select does not default back to its original state. So far I have:
any help?
Code:
...
function clearState() {
document.getElementById("st").options[document.getElementById("st").selectedIndex].value = "";
}
...
<body onload="clearState();">
any help?