JScript compilation error

  • Thread starter Thread starter clancysoda
  • Start date Start date
C

clancysoda

Keep getting this error message with "syntax error" underneath it. How do I
fix this please?
 
clancysoda said:
Keep getting this error message with "syntax error" underneath it. How do
I
fix this please?

Well, it's hard to be specific without knowing where or when the error
appears, but I'd guess that it's likely appearing in a browser at specific
web pages.

There would be two reasons for the error message; the first, the cause,
obviously being that the javascript on the page actually does have syntax
errors. The second, which is the symptom, would be that your browser has
script error notifications turned on.

Other browsers mught be more forgiving with the error detection, but the
page here has a screenshot of how to turn off the script error reporting:

http://www.sureshotsoftware.com/articles/scripterrors.html

HTH
-pk
 
Back
Top