Hi all,
I have written a JS function inside the Act_ProductLineTable.html file. I now need to call the function where the product name is displayed. No joy!
Is there a special way to embde the JS in that area?
This is the line:
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular">NETQUOTEVAR:PRODUCTNAME</span></a>
In place of NETQUOTEVAR:PRODUCTNAME I need to call the function x that I have written before
Any help is appreciated.
I have written a JS function inside the Act_ProductLineTable.html file. I now need to call the function where the product name is displayed. No joy!
Is there a special way to embde the JS in that area?
This is the line:
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular">NETQUOTEVAR:PRODUCTNAME</span></a>
In place of NETQUOTEVAR:PRODUCTNAME I need to call the function x that I have written before
Any help is appreciated.
Comment