View Single Post
  #2 (permalink)  
Old Sep 26th, 2006, 15:40
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please Help Fix This Error Message

You need to look through your JavaScript for areas where strings are declared, assigned or whatever for situation like: "mystr1 or 'mystr2 with no corisponding closing quote.

The code in /scroller/scroll.js looks a little suspect in the way the mix of double and single quotes have been used.

I can also tell you that validating your page with the W3C validation tool results in 22 errors on this page. You shoul fix these. Other pages have similar problems.

You are also using propriatory styling attributes. You should get rid of these and use standards compliant css.

I should add that Firefox does not throw a JavaScript error so the error may being caused by something that only IE executes.

Last edited by ukgeoff; Sep 26th, 2006 at 16:58. Reason: Added more info
Reply With Quote