Script added in by IE6.

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

The following script appears at the top of every web
page, (including ones I built myself):

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

It is not allowing some script programs to run and
totally eliminates some weblinks to linkshare and
commission junction.

Is there a fix?
 
The script are added by Norton Internet Service/Norton
Personal Firewall as a part of the ad-blocking service.

Unfortunately the only solution are to turn off the ad-
blocking in hte firewall.

You can read more about it on www.symantec.com and search
for symerror. They are well aware of the problem.
 
Back
Top