Hi ,
I am trying to build a webpage with 3 dropdown boxes such that :
When 1st selection changes , both 2nd and 3rd are populated dynamically
When 1st and 2nd changes , the 3rd is further narrowed down dynamically.
I have been able to write the javascript functions and use AJAX for both of them , but they do not work simultaneously.I tried to call both the functions on the "change" event of 1st dropdown list, but either one of them works.
Can anybody tell me the solution for this ? Any help is greatly appreciated.Thanks.