IE not loading pages right

  • Thread starter Thread starter Dom
  • Start date Start date
D

Dom

This might be a virus attack, but I'll post on here as
well. When I open IE, my normal homepage loads up, but
many graphics ended up with the red 'x' and also when I
click on a link, it doesn't work or it stays on the same
page, however the top of the program would state I'm in a
different page. ie, when I'm in www.cnn.com, and then
Ctrl-O to www.microsoft.com, the top of the bar would tell
me I'm at the Microsoft site, however the content is still
CNN.com. Also, for certain sites the hyperlink would get
all messed up. If I click on one, it'd take me to another
page which I didn't press on. Any help would be great!
TIA!
 
Look in View - Source. Is the following script on the
webpage:

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

//-->
</script>

This is affecting my pages also. I don't know why.
 
The red "X" would indicate a full cache.
Clear the IE cache. I.E./Tools/Options/General/Delete files (and delete
offline content.) It's often recommended that the Temporary Internet Files
(folder) be kept at
40-50 MB. Bigger isn't necessarily better.
If still no joy then have a look at this page for other issues.
http://www.generation.net/~hleboeuf/ieimage.htm
--

The wrong title may indicate a corrupt index. Doing this first will probably
clean both problems.

Delete/Empty Temporary Internet Cache completely
How To: and with most operating system.
http://www.mvps.org/winhelp2002/delcache.htm


Henri Leboeuf
Web page: http://www.colba.net/~hlebo49/index.htm
** NOTE NEW ADDRESS **
Pages at generation.net will no longer be updated.
===
 

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

Back
Top