Connecting Tech Pros Worldwide Help | Site Map

Elusive syntax error?

Chris Ashley
Guest
 
Posts: n/a
#1: May 19 '06
I seem to be getting an elusive Javascript error on all my ASPX
pages... apparently it's on line 4, char 1, but I don't see anything
there.

Example:

http://www.google.com/url?sa=D&q=htt...x%3Fbid%3D1002

Anybody have any ideas?

Thanks,

Chris

Richard Cornford
Guest
 
Posts: n/a
#2: May 19 '06

re: Elusive syntax error?


Chris Ashley wrote:[color=blue]
> I seem to be getting an elusive Javascript error on all my ASPX
> pages... apparently it's on line 4, char 1, but I don't see anything
> there.[/color]
<snip>[color=blue]
> Anybody have any ideas?[/color]

Your page is importing a JS file called 'WebUIValidation.js'. That file
is not being found on the server and the error page that is being
returned instead, being HTML, is generating a syntax error when
interpreted as javascript.

Richard.

Closed Thread