Forums
This topic is locked
Dynamic Product Menu
24 Mar 2010 18:43:16 Andy None posted:
Can anyone suggest solutions for creating a dynamic database driven product menu in Classic ASP?My categories are stored in one table like this:
CategoryID autonumber
ParentID number
Category text
Depth number
Lineage text
Giving out as:
CategoryID ParentID Category Depth Lineage
137 0 Electricals 0 /137/
138 0 Gas 0 /138/
139 0 Cal/Repair 0 /139/
140 0 Tools 0 /140/
9 1 Calibration Checkboxes 1 9/
10 1 RCD Testers 1 10/
11 1 Loop Testers 1 11/
12 1 Insulation Testers 1 12/
13 1 Test Kits 1 13/
14 1 Testers 1 14/
Replies
Replied 25 Mar 2010 13:38:23
25 Mar 2010 13:38:23 MX Addict replied:
I don't exactly what you mean. But if you work with Dreamweaver Repeat Region will do the action.
Replied 25 Mar 2010 18:30:52
25 Mar 2010 18:30:52 Andy None replied:
Hi MX Addict
Im need to create a product menu similar to this:
img248.imageshack.us/img248/7860/screengrab2.jpg
Thanks
Andy
Im need to create a product menu similar to this:
img248.imageshack.us/img248/7860/screengrab2.jpg
Thanks
Andy
Replied 26 Mar 2010 15:59:58
26 Mar 2010 15:59:58 MX Addict replied:
Hi Andy,
Search Google for jQuery dropdownmenu's and combine this with ASP. there a lots of free scripts. Like this one
javascript-array.com/scripts/multi_level_drop_down_menu/?st
You can also look at www.projectseven.com for extensions [NOT FREE]
www.projectseven.com/products/menusystems/pmm2/carbon.htm
Search Google for jQuery dropdownmenu's and combine this with ASP. there a lots of free scripts. Like this one
javascript-array.com/scripts/multi_level_drop_down_menu/?st
You can also look at www.projectseven.com for extensions [NOT FREE]
www.projectseven.com/products/menusystems/pmm2/carbon.htm
Edited by - MX Addict on 26 Mar 2010 16:01:22