Strange Javascript on Every Page Opened by IE

U

UPFX

This code appears on every page opened:
It seems there is a window opening behind each page.
Please email me with suggestions on how to remove this from Interne
explorer.What is it?

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

TK Boyd

The fault isn't IE's... Symantec, for reasons that escape and
infuriate me.... especially as if you search their knowledgebase for
one of the relevant words nothing comes up... is corrupting the
webpages of people who post things to their servers when they (the
people) have Norton Internet Security (NIS) running.

I'm new to firewalls and NIS, but old to computing, and really, eally
dislike the hassle this has caused me today.

Tom
ng10066504jan22yahoo.co.uk ... replace the two twos with the at
 

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

What does this script do? 3
why aspnet adds these scripts? 4
Script added in by IE6. 1
IE7 inserts Javascript into my html 4
Javascript and IE6 ... maybe ??? 2
error code 3
What is it? 1
Can't see scripts on page. 4

Top