I have a page with two drop down boxes created in a xslt.
I am using onchange in both blocks to call a javascript function. If both drop downs are loaded on the page only the first drop down has a working onchange.
I checked the view source code and it shows both onchange events.
Does anyone have any idea how to fix this?
ex: two drop downs, select first one, it refreshes, select second it does nothing, select first one and it still refreshes.
code removed.