Dear viewer,
I've got a database with the tables Category, Subcategory and Products.
I've been able to get this far;
Click on category -> shows the subcategories for that category
Click on subcategory -> shows all products for that subcategory
Now I've been looking around how to do it in Ajax, but I haven't come around anything useful, perhaps I just didn't look good enough but okay.
I know I'll need to use an eventhandler on click, but other than that I don't know.
Thank you sincerely for your help.
Tom