Hi there, I have finished an actinic site, and am in the process of testing it.
On earlier versions of IE (v4.0) and Netscape and some versions of IE5 and 6, when you click the online catalogue link (index.html within the acatalog directory) I get a javascript error, some browsers pop up a Script Error Box and some just put the little error image in the bottom left corner of the browser.
The message box points the error to line 68 and reads;
document.write("Items: " + getCartItem(3));
If I look at Act_Primary.html the actual code is;
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3));
Any ideas? the site is due to go to the customer ASAP.
The url is http://212.125.70.254/actinic/
Regards
Peter.
On earlier versions of IE (v4.0) and Netscape and some versions of IE5 and 6, when you click the online catalogue link (index.html within the acatalog directory) I get a javascript error, some browsers pop up a Script Error Box and some just put the little error image in the bottom left corner of the browser.
The message box points the error to line 68 and reads;
document.write("Items: " + getCartItem(3));
If I look at Act_Primary.html the actual code is;
document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3));
Any ideas? the site is due to go to the customer ASAP.
The url is http://212.125.70.254/actinic/
Regards
Peter.
Comment