I run an osCommerce website, and I have occasional bits of code in that site which pulls in Freeeway html documents. I am currently working on a restyle of the site, and have incorporated a slideviewerpro script to slide images in and out.
It works perfectly on a Mac, but apparently not on a PC. For the Freeway generated page, I inserted the javascript code for slideviewerpro using a mark-up item, and this mark-up sits at the very front of all other content (a border box set as a gif, a gif heading and a second border box surrounding the images.
The client can see the slideviewerpro effect correctly on a standalone page containing only the basic non-Freeway generated .html, so something is wrong in the Freeway document somewhere.
Just looking at the site in Opera 10.01, which seems to most closely represent what a PC visitor is seeing, and the javascript error returned is as follows:
JavaScript - http://www.xxxxxxx.co.uk/xxxxxxxRESTYLE/
Event thread: load
Error:
name: TypeError
message: Statement on line 9: Type mismatch (usually non-object value supplied where object required)
stacktrace: n/a; see opera:config#UserPrefs|Exceptions Have Stacktrace
I’m not sure this problem can be solved without seeing the site in question. If you aren’t able to post publicly then contact us at support and we’ll take a look for you (but can’t promise a solution if it’s third party code).
Joe
On 12 Nov 2009, at 11:20, Jonathan Riddle wrote:
Just looking at the site in Opera 10.01, which seems to most closely represent what a PC visitor is seeing, and the javascript error returned is as follows:
JavaScript - http://www.xxxxxxx.co.uk/xxxxxxxRESTYLE/
Event thread: load
Error:
name: TypeError
message: Statement on line 9: Type mismatch (usually non-object value supplied where object required)
stacktrace: n/a; see opera:config#UserPrefs|Exceptions Have Stacktrace