I have this code after the </html> tag <script language="JavaScript"> <!-- 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> And since I don't have a clue and just noticed it, I thought I'd ask. It's on a few of my websites, but not all of them. Can anyone tell me what this is? Thanks
I'm guessing you have Symantic (Norton) Internet security. It add's it to your pages to protect pop-up pages.
I guess that's why I haven't noticed it, I'm on a different computer. Do you know why it's only on some pages and not on others? Cause I have javascript on those pages and not the others? Thanks