Hi, ive already posted this but with no answer, but ive thought of another way to do it but i need some help.
I am using javascript to generate a list of parent and child sections on my pages, but i want some icons to show on certain child sections, ive done this before with TOPLEVELSECTIONSTOP...but as i need it on child sections thats out.
my thought was using the javascript to manually specify an ID for certain child sections. Im not a javascript expert but surely there must be a way of attaching an ID to a certain parents child href tag so for example:
ar[1].sName.pChild[5].element1.id='buy';
i know thats not right but you get the idea
I am using javascript to generate a list of parent and child sections on my pages, but i want some icons to show on certain child sections, ive done this before with TOPLEVELSECTIONSTOP...but as i need it on child sections thats out.
my thought was using the javascript to manually specify an ID for certain child sections. Im not a javascript expert but surely there must be a way of attaching an ID to a certain parents child href tag so for example:
ar[1].sName.pChild[5].element1.id='buy';
i know thats not right but you get the idea
Comment