vote up 2 vote down star

When using Google Chrome, I receive the following error message:

Error:

Uncaught SyntaxError: Unexpected token <

It occurs directly after my doctype declaration at the top of my HTML page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Any ideas what this JavaScript error message is? It only seems to occur with Google Chrome (works fine in Safari, Firfox and IE)

flag

4 Answers

vote up 2 vote down

I found this Google Groups question.

Some others are experiencing the problem but without resolution.

http://www.google.com/support/forum/p/Chrome/thread?tid=7e9f87870a37e401&hl=en

link|flag
vote up 0 vote down

Maybe the HTTP content type is not text/html or application/xhtml+xml?

link|flag
I would I determine the HTTP content type? – TeddyR_ Dec 26 '08 at 7:13
using firefox and firebug. – Pim Jager Dec 26 '08 at 12:20
vote up 0 vote down

I started getting this error yesterday. In my case, it is originating from the WebResource.axd tags that ASP.NET puts into the page. It is very hard to diagnose, as it only happens in Chrome and Safari, and only after I upload to the server. If I run the site locally, there is no issue. Any help would be appreciated.

link|flag
vote up 0 vote down

Are you still experiencing this issue or were you able to resolve it?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.