Hi!
I have been spending the last couple of days trying to work out why I am getting "Expected Object" errors while previewing the current site I am working on with Developer.
The errors pop up when ever I try and view a page that has items for sale on it.
Here is the error message I get :
Line 33
Character 1
Error Object Expected
Code 0
url p_p_index.html
I have looked at the source code and the error always comes from any line that has the following code on it :
document.write(GetAltPriceFromString('£69.99', 1.45675));
The number at the end changes but you get the basic idea....
The site I get the error on is www.auchterloniesofstandrews.co.uk when I go to view the shop.
If someone could help that would be great, otherwise I will have to contact tech support.
Owain.
I have been spending the last couple of days trying to work out why I am getting "Expected Object" errors while previewing the current site I am working on with Developer.
The errors pop up when ever I try and view a page that has items for sale on it.
Here is the error message I get :
Line 33
Character 1
Error Object Expected
Code 0
url p_p_index.html
I have looked at the source code and the error always comes from any line that has the following code on it :
document.write(GetAltPriceFromString('£69.99', 1.45675));
The number at the end changes but you get the basic idea....
The site I get the error on is www.auchterloniesofstandrews.co.uk when I go to view the shop.
If someone could help that would be great, otherwise I will have to contact tech support.
Owain.
Comment