Hi,
If I have 4 drop down menus in a form, is it possible to dynamically create the content for each menu based on the value selected in the drop down above it.
So, by default each menu would have "ALL" selected, then if the user selected "Option 1" from the first drop down, the second drop down would populate (ON THE FLY - no page reload) with data only applicable to Option 1.
I was thinking if JavaScript can include an external PHP file in a function I could call it on the menu's onChange status and the PHP could return the Javascript?
Is this at all possible??
If I have 4 drop down menus in a form, is it possible to dynamically create the content for each menu based on the value selected in the drop down above it.
So, by default each menu would have "ALL" selected, then if the user selected "Option 1" from the first drop down, the second drop down would populate (ON THE FLY - no page reload) with data only applicable to Option 1.
I was thinking if JavaScript can include an external PHP file in a function I could call it on the menu's onChange status and the PHP could return the Javascript?
Is this at all possible??