Is it possible to somehow join two variables? I want to assign a url to a section name and product. Normally, this would look something like:
Product_Sections_Whats_New_100.html#art567.
I have tried this with the following:
<a href="<actinic:variable name="SectionURL" />#a<actinic:variable name="ProductReference" />">CLICK HERE to return to the Product List</a>
but it doesn't work! Firefox doesn't know what to do with it!
Does anyone know how I can achieve the link to the specific product using variables? Is there some special code needed to join them?
Product_Sections_Whats_New_100.html#art567.
I have tried this with the following:
<a href="<actinic:variable name="SectionURL" />#a<actinic:variable name="ProductReference" />">CLICK HERE to return to the Product List</a>
but it doesn't work! Firefox doesn't know what to do with it!
Does anyone know how I can achieve the link to the specific product using variables? Is there some special code needed to join them?
Comment