setTimeout setInterval specs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aamir Ghanchi

    setTimeout setInterval specs

    Can anyone explain why their is no documentation for both of these
    funstions on the devedge.netscap e.com website?

    TIA
  • Michael Winter

    #2
    Re: setTimeout setInterval specs

    On 19 Aug 2004 14:22:01 -0700, Aamir Ghanchi <aamirghanchi@y ahoo.com>
    wrote:
    [color=blue]
    > Can anyone explain why their is no documentation for both of these
    > funstions on the devedge.netscap e.com website?[/color]

    There is, just not in the new versions. They removed all information about
    host objects and concentrated on the language instead.

    Look at version 1.3. It might also be worth while looking at the
    information provided in the group's FAQ notes. This describes using
    function references with them.

    <URL:http://www.jibbering.c om/faq/faq_notes/misc.html#mtSet TI>

    Mike

    --
    Michael Winter
    Replace ".invalid" with ".uk" to reply by e-mail.

    Comment

    • Evertjan.

      #3
      Re: setTimeout setInterval specs

      Aamir Ghanchi wrote on 19 aug 2004 in comp.lang.javas cript:[color=blue]
      > Can anyone explain why their is no documentation for both of these
      > funstions on the devedge.netscap e.com website?[/color]

      Those functions are not javascript or jscript,
      but part of the OS platform.

      Just like: document.write( ), etc.

      --
      Evertjan.
      The Netherlands.
      (Please change the x'es to dots in my emailaddress)

      Comment

      • Lasse Reichstein Nielsen

        #4
        Re: setTimeout setInterval specs

        aamirghanchi@ya hoo.com (Aamir Ghanchi) writes:
        [color=blue]
        > Can anyone explain why their is no documentation for both of these
        > funstions on the devedge.netscap e.com website?[/color]

        <URL:http://devedge.netscap e.com/library/manuals/>

        Click "Gecko DOM Reference" to get to (among other things):

        <URL:http://www.mozilla.org/docs/dom/domref/dom_window_ref1 14.html#1021410 >
        <URL:http://www.mozilla.org/docs/dom/domref/dom_window_ref1 15.html#1021427 >

        /L
        --
        Lasse Reichstein Nielsen - lrn@hotpop.com
        DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
        'Faith without judgement merely degrades the spirit divine.'

        Comment

        • Aamir Ghanchi

          #5
          Re: setTimeout setInterval specs

          Aahaa! so they are window object's methods and are in DOM. I thought
          them to be part of the language. Thank you all very much.

          Comment

          • Thomas 'PointedEars' Lahn

            #6
            Re: setTimeout setInterval specs

            Aamir Ghanchi wrote:
            [color=blue]
            > Aahaa! so they are window object's methods and are in DOM. I thought
            > them to be part of the language.[/color]

            As written before, they *were* part of the JavaScript core language
            until version 1.3.
            [color=blue]
            > Thank you all very much.[/color]

            You're welcome.


            PointedEars

            P.S.: <http://www.netmeister. org/news/learn2quote2.ht ml>
            --
            "It's a cardboard universe... and if you lean
            too hard against it, you fall through"
            -- Philip K. Dick

            Comment

            Working...