javascript resource list needed

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

    javascript resource list needed

    Hi there
    Where can I download a complete javascript function list?
    Thanks
    ArShAm


  • Randell D.

    #2
    Re: javascript resource list needed


    "ArShAm" <arshamshirvani @hotmail.com> wrote in message
    news:bjbjvh$h1o jk$1@ID-89294.news.uni-berlin.de...[color=blue]
    > Hi there
    > Where can I download a complete javascript function list?
    > Thanks
    > ArShAm
    >
    >[/color]

    Netscape (I believe) created JavaScript - It was originally called
    LiveScript (I believe). I downloaded PDF files recently from there (though
    I don't recall the links since I rebuilt my laptop I've not restored
    everything). It might be worth while looking there, or if you email me I'll
    just forward them to you. They are

    CoreGuide to Javascript 1.4
    CoreGuide to Javascript 1.5
    Core Reference to Javascript 1.4
    Core Reference to Javascript 1.5

    I opened Core Guide 1.4 and its timestamped 1998 - I've copied/pasted some
    of the text below which might give you some pointers:


    The core JavaScript documentation includes the following books:
    .. The Core JavaScript Guide provides information about the core JavaScript
    language and its objects.
    .. The Core JavaScript Reference (this book) provides reference material for
    the core JavaScript language.
    If you are new to JavaScript, start with the Core JavaScript Guide. Once you
    have a firm grasp of the fundamentals, you can use the Core JavaScript
    Reference to get more details on individual objects and statements.
    DevEdge, Netscape's online developer resource, contains information that can
    be useful when you're working with JavaScript. The following URLs are of
    particular interest:
    .. http://developer.netscape.com/library/documentation/
    javascript.html
    The JavaScript page of the DevEdge library contains documents of interest
    about JavaScript. This page changes frequently. You should visit it
    periodically to get the newest information.
    .. http://developer.netscape.com/library/documentation/
    The DevEdge library contains documentation on many Netscape products


    Comment

    • Albert Wagner

      #3
      Re: javascript resource list needed

      On Sun, 07 Sep 2003 06:36:03 GMT
      "Randell D." <you.can.email. me.at.randelld@ yahoo.com> wrote:
      <snip>

      I am also a newbie and have been looking for online docs also. In
      addition to what you mentioned is the Client-side 1.3 manual. This
      seems to be the last official doc that referenced the netscape
      extensions.

      Comment

      Working...