I am also having a similar problem with IE 6.0 and XP. There are certain
sites where I don't even get anything loading--merely a blank page while the
status bar indicates "Done". One website I'm having this problem with is
www.soa.org. When I "View Source" on this blank page, I get the following
and have no idea how to rectify the problem.
Harold
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:soa="
http://www.soa.org/soa/1.0"
xmlns:bebop="
http://www.arsdigita.com/bebop/1.0"
xmlns:nav="
http://ccm.redhat.com/london/navigation"
xmlns:cms="
http://www.arsdigita.com/cms/1.0">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>SOA</title>
<link rel="Stylesheet" href="/STATIC/screen.css" type="text/css"
media="screen">
<link rel="Stylesheet" href="/STATIC/screen.css" type="text/css"
media="print">
</head>
<body id="top"><a name="top"></a>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;