hello,
I am trying to create sort of a dynamic menu with PHP and had a question about using a SELECT pulldown menu. When a user selects an option from the SELECT menu, I want the menu to automatically submit that selection so that the rest of the menu changes.
So say a user selects 'option1' in the select menu. immediately upon selection, the rest of the menu will change for other options assoctiated with 'option1'.
Is this at all possible?
Thanks
Jon Buda