Hi,
Can anyone interpret this script error:
line: 809
char: 80
Error: expected ';'
Code: 0
URL: ..../P_index.html
I have been editing Act_ProductLine.html, and I'm not sure how this crept in.
Here's the code for Act_Productline.html, I can't see the problem.
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="2" valign="TOP" align="CENTER" width="325" border="1" bordercolor="00538e">NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE<br> NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br> </td>
<td valign="TOP" align="CENTER"><b><a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular">
<b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actregular">NETQUOTEVAR:PRODUCTPRICE</b><br><span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br><br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
<span class="actxsmall"><b> Email a friend! I saw this and thought of you!</b>
<input type=text value="" size=20 onchange="
var thisloc=location.href + '#NETQUOTEVAR:PRODUCTANCHOR';
if (this.value != '') {
location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20NETQUOTEVAR:PRODUCTNAME&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
}
">
<input type=button value="OK"></span>
</td>
</tr>
I hope you can help.
Thanks,
Sally Dickson
Can anyone interpret this script error:
line: 809
char: 80
Error: expected ';'
Code: 0
URL: ..../P_index.html
I have been editing Act_ProductLine.html, and I'm not sure how this crept in.
Here's the code for Act_Productline.html, I can't see the problem.
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="2" valign="TOP" align="CENTER" width="325" border="1" bordercolor="00538e">NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE<br> NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br> </td>
<td valign="TOP" align="CENTER"><b><a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular">
<b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actregular">NETQUOTEVAR:PRODUCTPRICE</b><br><span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br><br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
<span class="actxsmall"><b> Email a friend! I saw this and thought of you!</b>
<input type=text value="" size=20 onchange="
var thisloc=location.href + '#NETQUOTEVAR:PRODUCTANCHOR';
if (this.value != '') {
location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20NETQUOTEVAR:PRODUCTNAME&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
}
">
<input type=button value="OK"></span>
</td>
</tr>
I hope you can help.
Thanks,
Sally Dickson
Comment