For Internet Explorer assistance:
Please visit the Internet Explorer newsgroup experts:
news://msnews.microsoft.com/microsof...er.ie6.browser
--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Be Smart! Protect Your PC!
http://www.microsoft.com/athome/secu...t/default.aspx
----------------------------------------------------------------------------
"shae" wrote:
| Recently I found that both my browsers IE and mozilla all have this script
| at the end of the html inserted in it. I run
| Pest Patrol and Norton internet Security. I never noticed it before till
| recently. A few weeks ago a website I run
| became infected on the server with adware and bloodhound exploit 6 I scanned
| with both and removed
| the traces from it at least I thought I did...anyone else have this when
| viewing a source on a all webpages?
| Thanks,
| shae
|
| </body>
| </html>
| <!--
| var SymRealOnLoad;
| var SymRealOnUnload;
|
| function SymOnUnload()
| {
| window.open = SymWinOpen;
| if(SymRealOnUnload != null)
| SymRealOnUnload();
| }
|
| function SymOnLoad()
| {
| if(SymRealOnLoad != null)
| SymRealOnLoad();
| window.open = SymRealWinOpen;
| SymRealOnUnload = window.onunload;
| window.onunload = SymOnUnload;
| }
|
| SymRealOnLoad = window.onload;
| window.onload = SymOnLoad;
|
| //-->
| </script>