I have two search "drop down" menu's on a page, and I can't figure out why they are not working. They are located here: http://www.weight-loss-professional.com/search-map-links.html Can anyone help me out?
It's because you have two forms with the same name and two Javascript functions with the same name. You'll have to change one of the form names, the corresponding function name, the reference to the function in the onclick property of the button in that form, and the reference to the form in the function for that form.