Javascript got inserted in all code on webserver?

2002-10-13 Thread Dave
Does anyone what the heck this code is used for? It got inserted into all code on the webserver and cuts off the bottom portion of the code when you view the sourcecode or download the file. -- script language=JavaScript function SymError() { return

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread S . Isaac Dealey
Looks like a hack to me... function SymError() doesn't appear to do anything ( or shouldn't ), so there wouldn't be any purpose for declaring it in the first place, much less setting the window.onerror event handler to it... SymWinOpen appears to be a replacement for the window.open function

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread Bob Haroche
That looks like it *might* be code generated by Symantec firewall's pop up window blocker. Zone Alarm generates and inserts similar code into all web pages by (I guess) acting as a local proxy server on the machine it's installed on. I know the ZA comparable code interferes with body onLoad

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread S . Isaac Dealey
hmm... seems like it'd be so much more practical to use a plugin that affects the browser directly rather than modifying the html... That looks like it *might* be code generated by Symantec firewall's pop up window blocker. Zone Alarm generates and inserts similar code into all web pages by