Forum Moderators: open

Message Too Old, No Replies

fix for symerror

get rid of the problems Symantecs Norton Internet Security causes, symerror

         

phrex

5:16 pm on Jul 3, 2005 (gmt 0)

10+ Year Member



I finally (after 3 days... ;)) found a very simple way to get rid of the problems Symantecs Norton Internet Security causes with some Javascripts.

You have to put this strange looking code before your <html> tag! (the description can be left out... ;))

...
<! /*<script Symantec NIS SymError Bugcatcher by pixlon.com>
...

For me it works, hope for you as well!

Best Regards
Patrick
pixlon design group
www.pixlon.com

phrex

5:17 pm on Jul 3, 2005 (gmt 0)

10+ Year Member



It works with all browsers, I've tested...

phrex

5:23 pm on Jul 3, 2005 (gmt 0)

10+ Year Member



If you don't know what I'm talking about, just take a look here:

[webmasterworld.com...]
[webmasterworld.com...]

phrex

9:40 am on Jul 4, 2005 (gmt 0)

10+ Year Member



<! /*<script></script>

In some cases this tag line would be even better, especially for old browsers...

Patrick
pixlon design group
www.pixlon.de

dmmh

10:38 am on Aug 2, 2005 (gmt 0)

10+ Year Member



none of the fixes here worked for me

I found out that a completely blank page would be shown to me after installing NIS 2005 on some parts of my site

for me, the cause was that I 'forgot' the script closing tag on these pages

so instead of:

<script language="javascript" type="text/javascript" src="http://www.site.com/js/center.js"></script>

I used:

<script language="javascript" type="text/javascript" src="http://www.site.com/js/center.js">

maybe this will help some people :)