blank web pages

G

Guest

I have tried to access certain web sites such as my college's library
website, but as the graphics load onto the page, the page suddenly goes
blank. I don't know whether it's cookies or something I may have done wrong.
Could someone help me?
 
G

Guest

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;
 
R

Robert Aldwinckle

HaroldB said:
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.

This is not the source that I am seeing from that site.
(E.g. the first instance of the string sym that I see is in "symposiums".)
So you must have some other software which is interfering,
either stuff you have installed deliberately which isn't working
correctly, such as network security software, popup stopper,
or ad cleaner or it is something which you have installed inadvertently
such as malware, spyware, scumware, etc. For the latter case,
see others' posts for the necessary tools to acquire and procedures
to use to rid your system of such undesirable additions.

My guess is that there is punning use of the prefix Sym...
and you will find that disabling your security software
removes your problem symptom.


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top