Hi Neil, you could try the following (not sure if it works in 7.5 as well, but worth giving a try):
<%!! Context:CurrentPage.MainLink.OwnerPage.Elements.GetElement(Str:con_body).Value !!%> With ".MainLink" you will get the anchor/container/list element where CurrentPage is attached to - please note that if the page is connected to more than one elements, you will always get the main link. With ".OwnerPage" you'll get the page that holds the retrieved element. Of course the sequence ".MainLink.OwnerPage" works more levels up as well and can therefore be repeated. Regards, Wolfgang -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
