I know that there are many posts about this on Stackoverflow, but this one is different.
All of the other fixes to this have to do with javascript, but I don’t even have javascript on my page. None. And I am still getting this error.
Was there any other reasons why this error was being caused?
Also, it only happens when I visit my top navigation links, rather than the page directly from the url. Take a look at:
http://www.mayandivers.com/see
EDIT: This is happening in IE6/7.
you use *.htc files. Your site serves them as “text/html”
To make older versions of IE happy change the content type to “text/x-component”
http://scarfoo.com/archives/16