ballingtonma
08-12-2004, 07:42 PM
Hi, I have a problem with the following code, it somehow always seems to be automaticaly implemented on any pages that contains javascript on my site. Note, its server side that is producing this problem, as I use notepad to code, so its not any of my software.
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>
Is there anyway to stop this happening?
Thanks in Advance,
Matt
Pheaton
08-12-2004, 08:39 PM
Norton Internet Security 2003 installed by any chance?
overulehost
08-13-2004, 12:36 AM
check out the browser's setting,
i thought it might be your host's problem ,adding in unneccessary those code...
Just a suggestion......
ballingtonma
08-13-2004, 06:19 AM
Yes, I have Norton Personal Firewall 2003, if this is causing the porblem, how can I stop it?
Pheaton
08-13-2004, 09:24 AM
It's Norton Personal Firewall inserting the code into every page you visit. I only know this because a client of ours was asking why we were putting code into his html pages only to find out later that it was Norton doing it.
I'm not exactly sure what settings you need to change as I don't run it myself.
thartdyke
08-13-2004, 09:37 AM
Try disabling Ad blocking and pop-up blocking. I believe that upgrading to the 2004 version also fixes it.
Toby
ballingtonma
08-13-2004, 04:25 PM
Thanks guys, I just descovered it was the firewall causing the problem!