Hi Guys
I have a problem with templates that is making me tear my hair out. Essentially I have the <A HREF...ShowPopUP> appearing between the BEGINXMLTEMPLATE and the PRODUCTIMAGE in the PRODUCTLINE template. This is the code I have:
<tr>
<td rowspan="2" valign="TOP" align="CENTER">
NETQUOTEVAR:TEMPLATEBEGINXMLNETQUOTEVAR:PRODUCTIMAGE
</td>
BUT ...
In the generated code just before the PRODUCT IMAGE template and after the reference for the template I get the full HTML:
<A HREF="javascript(... ShowPopUp)
Any ideas?
I have a problem with templates that is making me tear my hair out. Essentially I have the <A HREF...ShowPopUP> appearing between the BEGINXMLTEMPLATE and the PRODUCTIMAGE in the PRODUCTLINE template. This is the code I have:
<tr>
<td rowspan="2" valign="TOP" align="CENTER">
NETQUOTEVAR:TEMPLATEBEGINXMLNETQUOTEVAR:PRODUCTIMAGE
</td>
BUT ...
In the generated code just before the PRODUCT IMAGE template and after the reference for the template I get the full HTML:
<A HREF="javascript(... ShowPopUp)
Any ideas?
Comment