Google Chrome: JavaScript Error Message ...

Posted by TeddyR_ on Stack Overflow See other posts from Stack Overflow or by TeddyR_
Published on 2008-12-26T05:58:26Z Indexed on 2010/04/23 22:03 UTC
Read the original article Hit count: 282

Filed under:
|
|

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)

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about JavaScript