- Oct 19, 2000
- 17,860
- 4
- 81
I have a drop-down box on my web-page where a user selects a refresh rate. This is stored in a cookie once the user submits his settings. What I'd like to do is when that user comes back to the settings screen, his default rate is automatically selected in the drop-down box instead of whatever is first in the list.
I know how to do this for other things, but doing this for a drop-down box has eluded me. I've googled a bit on the subject, and it seems as if you have to use javascript to do this. Can anyone help me out on how to implement this?
I know how to do this for other things, but doing this for a drop-down box has eluded me. I've googled a bit on the subject, and it seems as if you have to use javascript to do this. Can anyone help me out on how to implement this?