Script added in by IE6.

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

Roger

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.
 

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

Top