Announcement

Collapse
No announcement yet.

Javascript error

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

    Javascript error

    Gettin Javscript errors in file://C:\Program Files\Actinic v7\Sites\Site1\PreviewHTML\P_home.html

    Line in question is

    document.write("Items&#58;&nbsp;" + getCartItem(3)+"&nbsp;<BR>");

    Cant think that i have changed this in anyway.

    Assistance please
    Andy
    http://www.blueridgeit.co.uk/
    http://www.iseriessecurity.co.uk/

    #2
    The original in the template should look something like

    Code:
    <script language="JavaScript">
    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");<br />
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    
    // -->
    </script>
    check the position of the <br> tag ... think it should be outside the brackets


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X