the funny thing about my source code is...

Discussion in 'JavaScript' started by midpoint, Jul 29, 2007.

  1. #1
    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
     
    midpoint, Jul 29, 2007 IP
  2. JPRuss

    JPRuss Peon

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm guessing you have Symantic (Norton) Internet security. It add's it to your pages to protect pop-up pages.
     
    JPRuss, Jul 29, 2007 IP
  3. midpoint

    midpoint Banned

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    midpoint, Jul 29, 2007 IP