Topic awaiting preservation: window.onerror = SymError; - why does this appear in my Apache hosted pages? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Northumberland, England |
posted 05-09-2003 21:52
Hi all, code: <html> But what is even worse than this is that a chunk of my own javascript from the head of my page gets removed leaving only this <script language="JavaScript" type="text/javascript"> </script> in it's place. The strange thing about this removal of javascript is it only happens to pages that are in deeper folders than the starting directory of my site. Why is this? Any clues? |
Paranoid (IV) Inmate From: Northumberland, England |
posted 05-09-2003 22:05
Ok, through further investigation I have found that it only removes scripts containing ' ../ ' code: <script language="JavaScript" type="text/javascript"> but removes this: code: <script language="JavaScript" type="text/javascript"> Is it some strange security measure? have I got something set up wrong? but most importantly, will it happen when I upload the script to my host? (can't check yet, host issues still in progress) |
Obsessive-Compulsive (I) Inmate From: |
posted 08-31-2003 10:34
It seems that NIS is addind this code, and replacing parts of the javascript u used. If u use Norton, maybe that's why. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-31-2003 12:40
sounds plossible.. .sym sounds like symantec the makers of all products norton. |
Bipolar (III) Inmate From: Missoula, MT |
posted 08-31-2003 15:29
riri is correct. |
Neurotic (0) Inmate Newly admitted From: Dallas, TX, USA |
posted 11-07-2003 22:07
I've been agonizing over this problem for two days now. Your comments gave me the clues to dig out some more information: |
Obsessive-Compulsive (I) Inmate From: Sao Paulo / Brazil |
posted 11-27-2003 02:08
Symantec are fully aware of this problem ! |
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 11-29-2003 10:27
I had the same problem with thumbnails. |
Obsessive-Compulsive (I) Inmate From: adelaide, south australia |
posted 12-22-2003 10:20
I'm getting this occurring on my website page which then knocks out the cascading menu I'm using. Norton have three entries relating to it, but unfortunately they're all the same entry and it relates to NIS 2004 but not 2003 that I'm using. I switch off the Ad-blocking as suggested but it makes no difference. I've yet to re-boot so that may work. But I'm amazed at the - what word can i use? - audacity - of symantec. And while I'm haviong a whinge, I'm not impressed at the automatic support that symantec offer - it's not worked for me yet. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 12-22-2003 13:31
well, I read that the norton version don't change very much (if at all) from year to year. Symantec just puts a new year on the box, and ships just about the same stuff again. |
Obsessive-Compulsive (I) Inmate From: adelaide, south australia |
posted 12-23-2003 06:52
Because others I used were worse ..... |
Obsessive-Compulsive (I) Inmate From: Norway |
posted 12-25-2003 13:46
I am so pissed at NIS, so i switched to AVG. http://www.grisoft.com/us/us_index.php free edition. And i must say, it does the same job. And it`s free. |
Obsessive-Compulsive (I) Inmate From: USA |
posted 03-26-2004 20:08
I just replaced my Black Ice Defender firewall with NIS 2004, and likewise have blown a day and a half on this inserted JavaScript. I am debugging some JS of my own, and the inserted code traps any JS error (e.g., in my form checking code) and just returns True to the onSubmit, so the form goes merrily along as if all is well, even though the form code is not even executed (Mozilla 1.5). I disabled "Ad blocking" and "Popup blicking" in NIS and the inserted JS does not appear, and my JS syntax error shows up in Mozilla's JS console. |