function SymError()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lieve Vissenaeken

    function SymError()

    Hi,

    I am not so familiar with java-script, so here follows my question. What is
    the reason of underlying script in the head-section of most web-pages ? Has
    this something to do with the fact when a particular script is not found
    ????
    Please, can anybody help me?


    <script language="JavaS cript">
    <!--

    function SymError()
    {
    return true;
    }

    window.onerror = SymError;

    //-->
    </script>





  • Thomas 'PointedEars' Lahn

    #2
    Re: function SymError()

    Lieve Vissenaeken wrote:
    [color=blue]
    > I am not so familiar with java-script,[/color]

    The language is called JavaScript and has nothing to do with Java.
    [color=blue]
    > so here follows my question. What is the reason of underlying script
    > in the head-section of most web-pages ? Has this something to do with
    > the fact when a particular script is not found [...][/color]

    It has to do with the fact that you are using a piece of software to achieve
    a level of security it cannot provide without understanding how it (Norton
    Internet Security 2003, by *Sym*antec) "works" in the first place.
    Uninstall it and read <http://www.interhack.n et/pubs/fwfaq/> instead, you
    are better off without it. BTW: Google (Groups) is your friend. [psf 6.1]
    [color=blue]
    > ????[/color]

    Your "?" key is borken.


    PointedEars

    Comment

    • Randy Webb

      #3
      Re: function SymError()

      Thomas 'PointedEars' Lahn wrote:[color=blue]
      > Lieve Vissenaeken wrote:
      >
      >[color=green]
      >>I am not so familiar with java-script,[/color]
      >
      >
      > The language is called JavaScript and has nothing to do with Java.[/color]

      I don't see where java-script is that big a deal, compared to people
      confusing actual Java code and javascript code.

      But technically, and I have seen you say it a lot, the language is
      "ECMAScript and its implementations ".
      [color=blue][color=green]
      >>so here follows my question. What is the reason of underlying script
      >>in the head-section of most web-pages ? Has this something to do with
      >>the fact when a particular script is not found [...][/color]
      >
      >
      > It has to do with the fact that you are using a piece of software to achieve
      > a level of security it cannot provide without understanding how it (Norton
      > Internet Security 2003, by *Sym*antec) "works" in the first place.
      > Uninstall it and read <http://www.interhack.n et/pubs/fwfaq/> instead, you
      > are better off without it. BTW: Google (Groups) is your friend. [psf 6.1]
      >[/color]

      No. Its not a "fact that you are..... for security". That snippet of
      code does nothing but suppress error messages (when it works) in a
      browser. Symantec may be attempting to provide security via a firewall,
      but that has nothing to do with that snippet of code.
      [color=blue][color=green]
      >>????[/color]
      >
      >
      > Your "?" key is borken.[/color]

      It appears it worked just fine, 4 times in a row in fact.


      --
      Randy
      Chance Favors The Prepared Mind
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      Working...