I have been using the Hierarchical drop-downs in Dovetail Agent code Gary Sherman posted. This has been working great. Now I must move over a customization to cr.asp that uses multiple user defined popup list triggering off of level 1 of the first.
List one "CR Products" has three levels. L1 is Product, L2 is Module and L3 is Sub Module. This part works great. I have 3 more dropdowns that must update based on the value in L1 (Product).
List two "CR Product Areas" has two levels. L1 is Product (sames as list one), L2 is Area.
Lists 3 and 4 are two level lists just as list two with L1 being Product.
I need lists 2 through 4 updated anytime L1 of list one is changed. So far I have been unable to figure out a way to do this. It seems that the onchange does not fire on the <select></select> used by the helper code. I am populating these first during body onload. Now I must update lists 2 ~ 4 when the product is changed.
Thanks