Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:20
Find items menu label
Poster: Cista
Dated: Wednesday October 23 2002 - 11:16:30 BST
Hello,
Imagine, I have menu with 3 mains items (ItemA, ItemB, ItemC) for the ItemA, I have 2 subitems (SubItemA1, SubItemA2)
I'd like when I click on an item or subitem find the subitem I used to display where I'm.
Examples :
if I click on ItemA, I'd like to display on the to page ItemA
when I click on the subtiem SubItemA1, I'd like display :
ItemA => SubItemA1
when I click on the subtiem SubItemA2, I'd like display :
ItemA => SubItemA2
Could you tell me if it's possible and how ?
Thanks