txwaiting4u
Programmer
First of all, I'm using ASP, VBScript, and MS Access. My links (categories of products) on my website pages are dynamically created depending on the "active" products in my database based on their categories. Can anyone guide me in how to make these categories actual links that when clicked on will take my customers to the products page that is populated with all of the products from the database that are associated with that category?
For example:
product aaa has category 1, product bbb has category 1 and 2, product ccc has category 1, 2, and 3. These are all active products. The links on the left hand side of the page would be as follows:
1
2
3
When the customer clicks on 1, the products page comes up with products aaa, bbb, and ccc. When the customer clicks on 2, the products bbb and ccc appear. When the customer clicks on 3, the product ccc will appear. There will always be at least one product to be populated since the links are categories that have active products associated with them.
I would appreciate any assistance. Thanks!
For example:
product aaa has category 1, product bbb has category 1 and 2, product ccc has category 1, 2, and 3. These are all active products. The links on the left hand side of the page would be as follows:
1
2
3
When the customer clicks on 1, the products page comes up with products aaa, bbb, and ccc. When the customer clicks on 2, the products bbb and ccc appear. When the customer clicks on 3, the product ccc will appear. There will always be at least one product to be populated since the links are categories that have active products associated with them.
I would appreciate any assistance. Thanks!