Hi Rob,
Thanks for the response. The two I found the most helpful are:
http://developer.mozilla.org/en/docs/JavaScript
and
http://www.ecma-international.org/pu...s/Ecma-262.htm
It looks like the top link needs some work but will be the best one out
there when it is finished.
"RobG" <rgqld@iinet.net.auau> wrote in message
news:43b4f02d$0$4140$5a62ac22@per-qv1-newsreader-01.iinet.net.au...[color=blue]
> Digital wrote:[color=green]
>> Hi,
>>
>> I'm looking for links to the JS object model for the not-as-popular
>> properties and methods. I've found things like hasOwnProperty,
>> isEnumerable, ===, prototype, and others by searching for things I was
>> trying to do. I havn't been able to find an all-encompassing object
>> model
>> online. I've found good ones for events and properties of specific
>> controls
>> and a lot of different models that describe all the well-known DOM
>> methods/properties but nothing that just lays out everything.[/color]
>
> I doubt that you will find a single, all-encompassing reference for all
> implementations. Have you been through the list in the FAQ?
>
> <URL:http://www.jibbering.com/faq/#FAQ3>
>
>
> Remember that ECMAScript (aka JavaScript) is quite separate from the
> document object model (DOM) that might be implemented in a browser (or
> other host environment).
>
> The W3C DOM is the standard, however implementations differ and there are
> extensions which should generally only be used on an intranet or special
> interest sites.
>
> [...]
>
>
> --
> Rob[/color]