Hi. I'm new with javascripts and cookies, and have a question. I am trying to set a cookie by selecting a drop-down list. The trick is that I don't want to set it when the user hits the submit button of the form, but I want it to set when the option is selected. I did this for text fields by setting the onChange value to "SetCookie('name','form.name.value')", but that doesn't seem to work with drop downs. Can someone please let me know how to do this or point me in the direction of a good resource?
Thanks,
Josh
Thanks,
Josh