I'm trying to make a dynamic web page that return a list based on the choice in a drop down menu.
Lets say I have two customers and the orders they have requested.
If I choose Customer1, I want the orders Customer1 has ordered listed on the page without useing a submit button. If I choose Customer2, I want Customer2's orders to be listed on the page.
It does not matter that the page has to reload. I just want it to reload without using a submit button.
Any sugestions on how to get the web page to reload when I have choosen the correct customer??? I guess this is more a HTML or Java question, then PHP, but am greatful for YOUR help :-)
Kj