Announcement

Collapse
No announcement yet.

script error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    script error

    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>&nbsp;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
    Sally Dickson
    Creative Catalogues Online - Brands & E-shops

    E-shops:
    The Official Paddington Bear Shop
    The Official Bang on the Door Shop
    The Official Flower Fairies Shop
    The Official Miffy shop
    The Official Maisy Shop

    Also: www.toysandgifts.co.uk
    www.jeuxetcadeaux.fr
    Ebay
    Amazon:

    #2
    Add the ; at the end of this line

    '%20and%20thought%20you%20would%20be%20interested.'

    so it becomes

    '%20and%20thought%20you%20would%20be%20interested.';

    this is needed to tell the javascript parser that it has reached the end of the instruction.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment

    Working...
    X